Unverified Commit 2bfe0c19 authored by Jonas Heinrich's avatar Jonas Heinrich Committed by GitHub
Browse files

Merge pull request #191656 from fabaff/pyvicare-bump

python310Packages.pyvicare: 2.16.4 -> 2.17.0
parents 90aee0ae 12cbb4cd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "pyvicare";
  version = "2.16.4";
  version = "2.17.0";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "somm15";
    repo = "PyViCare";
    rev = version;
    sha256 = "sha256-RFnQKGISPMrC53yAv3fu7FpbDNugLPQILXCPi5ik2qU=";
    sha256 = "sha256-MlGohD9W1HNLz6ZPawt55127S3zPSA1tFLNs2gu7hLk=";
  };

  SETUPTOOLS_SCM_PRETEND_VERSION = version;