python312Packages.dissect-archive: 1.2 -> 1.4

This commit is contained in:
R. Ryantm 2024-11-18 16:45:59 +00:00
parent b3f2aa7e4e
commit 3bacf66e41

View File

@ -11,7 +11,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dissect-archive"; pname = "dissect-archive";
version = "1.2"; version = "1.4";
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.archive"; repo = "dissect.archive";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-j+p42DTRM/StP9S/5Kotfz8xrmdKaNLIyCkEZr9f5Nw="; hash = "sha256-DhOpNllDL10Oh4CgmwHHgkU/lJbdV2vs4wCzAyLiDGU=";
}; };
build-system = [ build-system = [