mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
python311Packages.dissect-fat: 3.9 -> 3.10
Diff: https://github.com/fox-it/dissect.fat/compare/refs/tags/3.9...3.10 Changelog: https://github.com/fox-it/dissect.fat/releases/tag/3.10
This commit is contained in:
parent
c496e8ae89
commit
221a259ab1
1 changed files with 3 additions and 3 deletions
|
@ -11,16 +11,16 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "dissect-fat";
|
||||
version = "3.9";
|
||||
version = "3.10";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fox-it";
|
||||
repo = "dissect.fat";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-U7SSLvEK6IYZjjUIGT9n1w7oLdB8Q2/msQ/EBJfatJY=";
|
||||
hash = "sha256-jwTHvh1fqmVisW5rYDa5mOD1MMdBb10EHo945WHBnp8=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
Loading…
Reference in a new issue