python310Packages.dissect: 3.4 -> 3.5

Changelog: https://github.com/fox-it/dissect/releases/tag/3.5
This commit is contained in:
Fabian Affolter 2023-03-24 22:29:08 +01:00
parent cf863d5d85
commit 8e174bb3a0

View file

@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "dissect";
version = "3.4";
version = "3.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "fox-it";
repo = "dissect";
rev = "refs/tags/${version}";
hash = "sha256-+t6v553lP9NEimNlp48NQ+6dpIOrgfZ1FU3LNJF44YY=";
hash = "sha256-fprB+TPwtGpRcG6pkAWHsttjxTbFmmm96DguMh7f+18=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;