python311Packages.dissect-squashfs: 1.3 -> 1.4

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

Changelog: https://github.com/fox-it/dissect.squashfs/releases/tag/1.4
This commit is contained in:
Fabian Affolter 2024-03-08 09:41:27 +01:00
parent 7f0f76d4d1
commit 942c7fd45b

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "dissect-squashfs";
version = "1.3";
version = "1.4";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.squashfs";
rev = "refs/tags/${version}";
hash = "sha256-MJKC05/8NnJFdyBB5YPbqe8mp1zlIoS2FglKEPSSYd8=";
hash = "sha256-y6RXtHJev83m7mYdNLG640TRUPEGbi6l942zlMWXky0=";
};
nativeBuildInputs = [