python310Packages.dissect-squashfs: 1.0 -> 1.1

Changelog: https://github.com/fox-it/dissect.squashfs/releases/tag/1.1
This commit is contained in:
Fabian Affolter 2023-03-24 22:28:49 +01:00
parent 13283c1cdf
commit cf863d5d85

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "dissect-squashfs";
version = "1.0";
version = "1.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.squashfs";
rev = "refs/tags/${version}";
hash = "sha256-bDR6GAgl1dOhZ3fWA7E27KS6pj9AXInNxwmwNXXV3lc=";
hash = "sha256-fcL0kPuJaole9EkrqU8Gouh3yquT2QaO8//R0ixMuP8=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;