From 00ea307f9ac29c6270e7b14ddc626fd9f425ea7a Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 17 Nov 2023 11:19:22 +0100 Subject: [PATCH] python311Packages.dissect-hypervisor: 3.9 -> 3.10 Diff: fox-it/dissect.hypervisor@refs/tags/3.9...3.10 Changelog: https://github.com/fox-it/dissect.hypervisor/releases/tag/3.10 --- .../development/python-modules/dissect-hypervisor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/dissect-hypervisor/default.nix b/pkgs/development/python-modules/dissect-hypervisor/default.nix index 55ce876fe216..e7f17cb0286c 100644 --- a/pkgs/development/python-modules/dissect-hypervisor/default.nix +++ b/pkgs/development/python-modules/dissect-hypervisor/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "dissect-hypervisor"; - version = "3.9"; + version = "3.10"; pyproject = true; disabled = pythonOlder "3.9"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.hypervisor"; rev = "refs/tags/${version}"; - hash = "sha256-AcDlyLKrRyt1mhh7nb9Oln/cjVKw8s1g78J8sgE2p2g="; + hash = "sha256-Ml5U7yc4iqqilL6Y9qF3VU+pa0AXnYVQjVas90TpG30="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version;