Commit 9cd89f35 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 0ee02d5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "skodaconnect";
  version = "1.3.6";
  version = "1.3.7";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "lendy007";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-gV/+mt6XxY1UcA1H8zM4pG1ugrDo0m876e3XG1yV32A=";
    hash = "sha256-FJnByPP1hUs6ECuZh9aMJksq32xhPcWWolSFBzP7Zd8=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;