python311Packages.dissect: 3.8.1 -> 3.9

Diff: https://github.com/fox-it/dissect/compare/refs/tags/3.8.1...3.9

Changelog: https://github.com/fox-it/dissect/releases/tag/3.9
This commit is contained in:
Fabian Affolter 2023-09-27 10:51:47 +02:00
parent 17cf006eee
commit 9f0e76b6f8

View file

@ -32,16 +32,16 @@
buildPythonPackage rec {
pname = "dissect";
version = "3.8.1";
version = "3.9";
format = "pyproject";
disabled = pythonOlder "3.8.1";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect";
rev = "refs/tags/${version}";
hash = "sha256-WbKzmLeGsvzFA/bTTCqBEj/unbnzKQFzHFPRG411Cos=";
hash = "sha256-lNa6GiX0hCZFVyiokBzEKGsvimSkUkgR1bkQMhxUbDw=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;