python310Packages.dissect-regf: 3.6 -> 3.7

Diff: https://github.com/fox-it/dissect.regf/compare/refs/tags/3.6...3.7

Changelog: https://github.com/fox-it/dissect.regf/releases/tag/3.7
This commit is contained in:
Fabian Affolter 2023-08-11 09:18:51 +02:00
parent b14d9de30c
commit 8363f29fa6

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-regf";
version = "3.6";
version = "3.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.regf";
rev = "refs/tags/${version}";
hash = "sha256-doyyBmkRPH2wRZA44/7ldkUdNLX1lulo/XcSVFxaIfM=";
hash = "sha256-WUrND1RnXTeN3WosR+m+yVJLe/imBTx7nmUZrSIc1E0=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;