Loading pkgs/development/python-modules/pypoolstation/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ poetry-core, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pypoolstation"; version = "0.6.0"; pyproject = true; src = fetchPypi { inherit pname version; inherit (finalAttrs) pname version; hash = "sha256-blTvbvuIS2YISd0jBR/TXOSm594htGB7lc9JpA+3ayM="; }; Loading @@ -37,4 +37,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/pypoolstation/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -8,13 +8,13 @@ poetry-core, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pypoolstation"; version = "0.6.0"; pyproject = true; src = fetchPypi { inherit pname version; inherit (finalAttrs) pname version; hash = "sha256-blTvbvuIS2YISd0jBR/TXOSm594htGB7lc9JpA+3ayM="; }; Loading @@ -37,4 +37,4 @@ buildPythonPackage rec { license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })