python3Packages.opower: 0.18.4 -> 0.18.5
Diff: https://github.com/tronikos/opower/compare/v0.18.4...v0.18.5 Changelog: https://github.com/tronikos/opower/releases/tag/v0.18.5
This commit is contained in:
committed by
Martin Weinelt
parent
ccb1860fc6
commit
76dd96a79e
@@ -15,14 +15,14 @@
|
||||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "opower";
|
||||
version = "0.18.4";
|
||||
version = "0.18.5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "tronikos";
|
||||
repo = "opower";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-AAKaRnjj6M4mmFkYRInmxlIwEGA7lA2foiT8FwDOB98=";
|
||||
hash = "sha256-s6nacD6k9OgByt2ZdBrZsHtAhdUto7gngqqQWI3henY=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user