Unverified Commit c5c2ad09 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.asyncsleepiq: 1.7.0 -> 1.7.1 (#499223)

parents 7c951956 177c3558
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

buildPythonPackage rec {
  pname = "asyncsleepiq";
  version = "1.7.0";
  version = "1.7.1";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-7lI60Nc5gLIjs5bEG5bQVw3Vhj9Xq6cghVZVHm8WRGg=";
    hash = "sha256-gOg1cxd2OsDRg5jtc6MfEMsK9T0Croo8K1jzsvbAbdY=";
  };

  nativeBuildInputs = [ setuptools ];