Commit 8e174bb3 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.dissect: 3.4 -> 3.5

parent cf863d5d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@

buildPythonPackage rec {
  pname = "dissect";
  version = "3.4";
  version = "3.5";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -40,7 +40,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect";
    rev = "refs/tags/${version}";
    hash = "sha256-+t6v553lP9NEimNlp48NQ+6dpIOrgfZ1FU3LNJF44YY=";
    hash = "sha256-fprB+TPwtGpRcG6pkAWHsttjxTbFmmm96DguMh7f+18=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;