mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-05 20:43:28 +00:00
python311Packages.dissect-clfs: 1.8 -> 1.9
Diff: https://github.com/fox-it/dissect.clfs/compare/refs/tags/1.8...1.9 Changelog: https://github.com/fox-it/dissect.clfs/releases/tag/1.9
This commit is contained in:
parent
c55fc34ca0
commit
429b0a15ae
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dissect-clfs";
|
pname = "dissect-clfs";
|
||||||
version = "1.8";
|
version = "1.9";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.9";
|
disabled = pythonOlder "3.9";
|
||||||
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
|||||||
owner = "fox-it";
|
owner = "fox-it";
|
||||||
repo = "dissect.clfs";
|
repo = "dissect.clfs";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-C1a85OLMkj0vjnRpenfC/xyxJ1TjYSlHPOq0jIrA/Ng=";
|
hash = "sha256-VK17Q28Bqdu/NckBZNMJciWbnGkhfEbPmBeVo0etnW0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
Loading…
Reference in New Issue
Block a user