Commit d609b465 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 9042b00d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "shtab";
  version = "1.6.3";
  version = "1.6.4";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "iterative";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-9XXAVwno8rO5Uw7S5FWsyEUSqUE46QRehpAr5wIlYgc=";
    hash = "sha256-BMwi3a7CPq58G30XlkJdSfSP6oc6u2AuSPAwEExI9zM=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;