python311Packages.dissect-btrfs: 1.3 -> 1.4

Diff: https://github.com/fox-it/dissect.btrfs/compare/refs/tags/1.3...1.4

Changelog: https://github.com/fox-it/dissect.btrfs/releases/tag/1.4
This commit is contained in:
Fabian Affolter 2024-07-04 21:54:36 +02:00
parent 1d2e1af2bb
commit a3d9ec2631

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "dissect-btrfs";
version = "1.3";
version = "1.4";
pyproject = true;
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.btrfs";
rev = "refs/tags/${version}";
hash = "sha256-Xn7y9om/IuCaPR77lSuC0peF5umIxu2BS9esMPXsv+Y=";
hash = "sha256-cQC9lY80JOgLJZpNCwpvDldWjfbbI14uc9q/miAOBGM=";
};
nativeBuildInputs = [