python3Packages.pyemoncms: 0.1.1 -> 0.1.2
This commit is contained in:
parent
2ea007a23b
commit
f04ae2f0a8
@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyemoncms";
|
pname = "pyemoncms";
|
||||||
version = "0.1.1";
|
version = "0.1.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Open-Building-Management";
|
owner = "Open-Building-Management";
|
||||||
repo = "pyemoncms";
|
repo = "pyemoncms";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-IBrYys0i9pTAw9ul8bqni0H3KNSvKQYNU6D4OSfR6ZE=";
|
hash = "sha256-61i7VKmPSMUrUSgnDtKROdDdM0QDqOTsqnLjGLkgGII=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
@ -37,7 +37,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
changelog = "https://github.com/Open-Building-Management/pyemoncms/releases/tag/v${version}";
|
changelog = "https://github.com/Open-Building-Management/pyemoncms/releases/tag/${src.tag}";
|
||||||
description = "Python library for emoncms API";
|
description = "Python library for emoncms API";
|
||||||
homepage = "https://github.com/Open-Building-Management/pyemoncms";
|
homepage = "https://github.com/Open-Building-Management/pyemoncms";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user