tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.devolo-plc-api: 0.8.0 -> 0.8.1
Fabian Affolter
3 years ago
c698ac40
fb52eefb
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
devolo-plc-api
default.nix
+2
-2
pkgs/development/python-modules/devolo-plc-api/default.nix
···
15
15
16
16
buildPythonPackage rec {
17
17
pname = "devolo-plc-api";
18
18
-
version = "0.8.0";
18
18
+
version = "0.8.1";
19
19
format = "setuptools";
20
20
21
21
disabled = pythonOlder "3.8";
···
24
24
owner = "2Fake";
25
25
repo = "devolo_plc_api";
26
26
rev = "v${version}";
27
27
-
sha256 = "sha256-LMwvIwbP/nRFby295ur6QTgyXLLJ8ip30V9bti27qKQ=";
27
27
+
sha256 = "sha256-Gjs4x52LwCsE0zAJjLO1N0w5r1jDJkZoVY1JVZB8bmE=";
28
28
};
29
29
30
30
SETUPTOOLS_SCM_PRETEND_VERSION = version;