lol

python3Packages.dissect-hypervisor: 3.18 -> 3.19 (#440111)

authored by

Nick Cao and committed by
GitHub
0e9ab1f2 099b9cf4

+2 -2
+2 -2
pkgs/development/python-modules/dissect-hypervisor/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "dissect-hypervisor"; 17 - version = "3.18"; 17 + version = "3.19"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.9"; ··· 23 23 owner = "fox-it"; 24 24 repo = "dissect.hypervisor"; 25 25 tag = version; 26 - hash = "sha256-1M9KDbLNFBmB/iSMqRdNlW3WEZugJxhXJJgcijK61kA="; 26 + hash = "sha256-P08gTV/gcwsk1JqwCUHc6jPKAm9MTaCgdmzPxAx23Ts="; 27 27 }; 28 28 29 29 build-system = [