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

python311Packages.dissect-executable: 1.4 -> 1.5
This commit is contained in:
Fabian Affolter 2024-03-11 06:27:47 +01:00 committed by GitHub
commit b401d80423
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,8 +10,8 @@
buildPythonPackage rec {
pname = "dissect-executable";
version = "1.4";
format = "pyproject";
version = "1.5";
pyproject = true;
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.executable";
rev = "refs/tags/${version}";
hash = "sha256-h9eOTWJR0Bd3DY8WDYWqLCl1jYJcqP6cRTgWubf/rKI=";
hash = "sha256-aAalU0TUqXc13WnxJvirG3QzQyMstecOfnXMdFT8IzU=";
};
nativeBuildInputs = [