Merge pull request #310752 from r-ryantm/auto-update/python311Packages.dissect-executable

python311Packages.dissect-executable: 1.5 -> 1.6
This commit is contained in:
Fabian Affolter 2024-05-11 09:49:03 +02:00 committed by GitHub
commit f8e4e7cc47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [