python311Packages.dissect-executable: 1.5 -> 1.6

This commit is contained in:
R. Ryantm
2024-05-11 04:36:04 +00:00
parent 0c9055e823
commit c5f92445b5
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-executable";
version = "1.5";
version = "1.6";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.executable";
rev = "refs/tags/${version}";
hash = "sha256-aAalU0TUqXc13WnxJvirG3QzQyMstecOfnXMdFT8IzU=";
hash = "sha256-b8xPOIUMn6JdYlvuoV5UeBdyISh6CC2Gh6E6U5ZZ7qY=";
};
build-system = [