tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
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
16
buildPythonPackage rec {
17
pname = "devolo-plc-api";
18
-
version = "0.8.0";
19
format = "setuptools";
20
21
disabled = pythonOlder "3.8";
···
24
owner = "2Fake";
25
repo = "devolo_plc_api";
26
rev = "v${version}";
27
-
sha256 = "sha256-LMwvIwbP/nRFby295ur6QTgyXLLJ8ip30V9bti27qKQ=";
28
};
29
30
SETUPTOOLS_SCM_PRETEND_VERSION = version;
···
15
16
buildPythonPackage rec {
17
pname = "devolo-plc-api";
18
+
version = "0.8.1";
19
format = "setuptools";
20
21
disabled = pythonOlder "3.8";
···
24
owner = "2Fake";
25
repo = "devolo_plc_api";
26
rev = "v${version}";
27
+
sha256 = "sha256-Gjs4x52LwCsE0zAJjLO1N0w5r1jDJkZoVY1JVZB8bmE=";
28
};
29
30
SETUPTOOLS_SCM_PRETEND_VERSION = version;