3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #147291 from fabaff/bump-devolo-plc-api

python3Packages.devolo-plc-api: 0.6.3 -> 0.6.4
This commit is contained in:
Fabian Affolter 2021-11-25 07:36:16 +01:00 committed by GitHub
commit c0df068652
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "devolo-plc-api";
version = "0.6.3";
version = "0.6.4";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "2Fake";
repo = "devolo_plc_api";
rev = "v${version}";
sha256 = "6EIT6ifC4M4qj/2dZYVZ3fb3bPs25R7IEh/MduYTTkU=";
sha256 = "sha256-hlIHNVJG/2hU5psGXhi05SCupORfgIjB+YT/ZlJEqFM=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;