Commit 13283c1c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.dissect-executable: 1.1 -> 1.2

parent 38485675
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "dissect-executable";
  version = "1.1";
  version = "1.2";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "fox-it";
    repo = "dissect.executable";
    rev = "refs/tags/${version}";
    hash = "sha256-c58g2L3B/3/pC+iyXphYsjhpBs0I0Q64B8+rv5k1dtg=";
    hash = "sha256-I/LwIGce1bebAvjVuFE0rJAuJ/65xMTIim6M0BJR6TI=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;