Commit 1e17b02e authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.dissect-volume: 3.17 -> 3.18

parent d87c5662
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "dissect-volume";
  version = "3.17";
  version = "3.18";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "fox-it";
    repo = "dissect.volume";
    tag = version;
    hash = "sha256-z7DH96c0uxOOE71m+P+QGds7ZHm1/yyE2FTilZt1OdA=";
    hash = "sha256-2ivRkA4OLFntS2CtnXIr+/sLlcDVpmz6eINbejeH/3s=";
  };

  build-system = [