1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

python312Packages.dissect-hypervisor: 3.14 -> 3.15 (#341047)

This commit is contained in:
Fabian Affolter 2024-09-11 11:48:01 +02:00 committed by GitHub
commit fe6c50cb00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "dissect-hypervisor"; pname = "dissect-hypervisor";
version = "3.14"; version = "3.15";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "fox-it"; owner = "fox-it";
repo = "dissect.hypervisor"; repo = "dissect.hypervisor";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-27GfO1HEy9EWdWuPkznOjju6Xy3W2kjKDP0gF3NqYs0="; hash = "sha256-bSDO8MMkDbyJ8ylB5PXmVHnzp/4UYQ4NKhOTXONVBzc=";
}; };
build-system = [ build-system = [