python310Packages.dissect-executable: 1.1 -> 1.2

Changelog: https://github.com/fox-it/dissect.executable/releases/tag/1.2
This commit is contained in:
Fabian Affolter 2023-03-24 22:27:59 +01:00
parent 3848567569
commit 13283c1cdf

View file

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "dissect-executable";
version = "1.1";
version = "1.2";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect.executable";
rev = "refs/tags/${version}";
hash = "sha256-c58g2L3B/3/pC+iyXphYsjhpBs0I0Q64B8+rv5k1dtg=";
hash = "sha256-I/LwIGce1bebAvjVuFE0rJAuJ/65xMTIim6M0BJR6TI=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;