From 5be61c0bf3e16b97f52cfdfa80134869c192916c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 6 Jul 2023 11:31:03 +0200 Subject: [PATCH] python311Packages.dissect-esedb: 3.7 -> 3.8 Diff: https://github.com/fox-it/dissect.esedb/compare/refs/tags/3.7...3.8 Changelog: https://github.com/fox-it/dissect.esedb/releases/tag/3.8 --- pkgs/development/python-modules/dissect-esedb/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/dissect-esedb/default.nix b/pkgs/development/python-modules/dissect-esedb/default.nix index da8fa0a9e4b1..bf2ef463247e 100644 --- a/pkgs/development/python-modules/dissect-esedb/default.nix +++ b/pkgs/development/python-modules/dissect-esedb/default.nix @@ -11,16 +11,16 @@ buildPythonPackage rec { pname = "dissect-esedb"; - version = "3.7"; + version = "3.8"; format = "pyproject"; - disabled = pythonOlder "3.7"; + disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "fox-it"; repo = "dissect.esedb"; rev = "refs/tags/${version}"; - hash = "sha256-FQow4zuN1B6irX3ovz5K4xe6Z3PojtC9N+VLtb+UWzA="; + hash = "sha256-OW0HqKQDg15fO/ETNv+cIupfsX53+qopMoZZ/3xcAUI="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version;