Unverified Commit fe6c50cb authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

parents 99dccce8 e260da83
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

buildPythonPackage rec {
  pname = "dissect-hypervisor";
  version = "3.14";
  version = "3.15";
  pyproject = true;

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

  build-system = [