Commit 13d7d7f7 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 676c03fd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,16 +12,16 @@

buildPythonPackage rec {
  pname = "dissect-volume";
  version = "3.12";
  version = "3.13";
  pyproject = true;

  disabled = pythonOlder "3.12";
  disabled = pythonOlder "3.13";

  src = fetchFromGitHub {
    owner = "fox-it";
    repo = "dissect.volume";
    rev = "refs/tags/${version}";
    hash = "sha256-IhG2FZdCmYrGxHc2i+ERhphxP/uGgOY67epHEWnQXb0=";
    hash = "sha256-uTbXvJ8lP4ir9rTToDGYXD837Z1fzi+Eh6cASg+jxdc=";
  };

  build-system = [