python312Packages.dissect-archive: 1.1 -> 1.2

Diff: https://github.com/fox-it/dissect.archive/compare/refs/tags/1.1...1.2

Changelog: https://github.com/fox-it/dissect.archive/releases/tag/1.2
This commit is contained in:
Fabian Affolter
2024-07-12 22:02:39 +02:00
parent 1e6542283b
commit bce5a3887d
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-archive";
version = "1.1";
version = "1.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.archive";
rev = "refs/tags/${version}";
hash = "sha256-DUAJUbG3k6sbO7mqvNzQQns+4l8XHDUh0xZ/RA5LWEY=";
hash = "sha256-j+p42DTRM/StP9S/5Kotfz8xrmdKaNLIyCkEZr9f5Nw=";
};
build-system = [