python3Packages.pynordpool: 0.2.4 -> 0.3.0 (#415341)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pynordpool";
|
||||
version = "0.2.4";
|
||||
version = "0.3.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
@@ -18,7 +18,7 @@ buildPythonPackage rec {
|
||||
owner = "gjohansson-ST";
|
||||
repo = "pynordpool";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-OGCVNVFbJfhjNKKpLRUvZIj7ZIYz/IVlt9xEPJb5W8E=";
|
||||
hash = "sha256-K9rZ7PJhmG7PiNGpnAgC3tX6ZygQdQoae5DnboNgMcs=";
|
||||
};
|
||||
|
||||
build-system = [ poetry-core ];
|
||||
@@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Python api for Nordpool";
|
||||
homepage = "https://github.com/gjohansson-ST/pynordpool";
|
||||
changelog = "https://github.com/gjohansson-ST/pynordpool/releases/tag/v${version}";
|
||||
changelog = "https://github.com/gjohansson-ST/pynordpool/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user