Commit 88741d30 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pypoolstation: 0.5.8 -> 0.6.0

parent 57cef49a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@

buildPythonPackage rec {
  pname = "pypoolstation";
  version = "0.5.8";
  version = "0.6.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-GIRx66esht82tKBJDhCDrwPkxsdBPi1w9tSQ7itF0qQ=";
    hash = "sha256-blTvbvuIS2YISd0jBR/TXOSm594htGB7lc9JpA+3ayM=";
  };

  build-system = [ poetry-core ];