From ae80eea2cf561b6e754b6e2b0ca5cad3ca5fd2b2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 24 Mar 2023 21:38:09 +0100 Subject: [PATCH] python310Packages.dissect-hypervisor: 3.5 -> 3.6 Changelog: https://github.com/fox-it/dissect.hypervisor/releases/tag/3.6 --- .../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 b5ee17918a6f..d0e1edbe3e10 100644 --- a/pkgs/development/python-modules/dissect-hypervisor/default.nix +++ b/pkgs/development/python-modules/dissect-hypervisor/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "dissect-hypervisor"; - version = "3.5"; + version = "3.6"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "fox-it"; repo = "dissect.hypervisor"; rev = "refs/tags/${version}"; - hash = "sha256-dWaU3v2QcoqVIygeufy0ZYVliBE1tijV3qEsvCOIarM="; + hash = "sha256-6oPLl18U0TtVCkLsNN8Q4hBLArfXWWRkZI4VrFKJd9Q="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version;