1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-21 03:23:20 +00:00

Merge pull request #147465 from fabaff/bump-pypoolstation

python3Packages.pypoolstation: 0.4.0 -> 0.4.1
This commit is contained in:
Thiago Kenji Okada 2021-11-26 13:00:18 -03:00 committed by GitHub
commit 9e0a29bf08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pypoolstation";
version = "0.4.0";
version = "0.4.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "PyPoolstation";
inherit version;
sha256 = "0qacrjv3qybgx052i8jqs4il3k2g0cdhjcn2lqapv87iqyp287k0";
sha256 = "sha256-GsEYlaoitHS2cOBHtgwhlREcps4q2ObnWywvCSak0NY=";
};
nativeBuildInputs = [
@ -30,7 +30,9 @@ buildPythonPackage rec {
# Project has no tests
doCheck = false;
pythonImportsCheck = [ "pypoolstation" ];
pythonImportsCheck = [
"pypoolstation"
];
meta = with lib; {
description = "Python library to interact the the Poolstation platform";