Unverified Commit 9e281691 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #256479 from fabaff/skodaconnect-bump

python311Packages.skodaconnect: 1.3.6 -> 1.3.7
parents 6861aff7 9cd89f35
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;