Unverified Commit a0e687c8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.dissect-volume: 3.15 -> 3.16 (#442174)

parents 39f24579 766148e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "dissect-volume";
  version = "3.15";
  version = "3.16";
  pyproject = true;

  disabled = pythonOlder "3.13";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.volume";
    tag = version;
    hash = "sha256-QxIZg0svKBHp7uVsK4S40oDBOxFudSHBzi6I2iloiok=";
    hash = "sha256-xJioreloRqxIoM5h1Uh0gLkIel5XScjvMvNWtSu1dqY=";
  };

  build-system = [