Commit a4b91049 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.dissect-regf: 3.13 -> 3.14

parent 0b6cd52c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "dissect-regf";
  version = "3.13";
  version = "3.14";
  pyproject = true;

  disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.regf";
    tag = version;
    hash = "sha256-O2BKOzv0nFQ8rCgTCgYowQTptR1asuJBroqTNeDIIak=";
    hash = "sha256-bzRx+GwmT+tqCIIu/cJkbnwvkiGbZrtoUFNiirZFp28=";
  };

  nativeBuildInputs = [