Commit b1e0eafe authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.lupupy: 0.2.7 -> 0.2.8

parent e8ccc50d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "lupupy";
  version = "0.2.7";
  version = "0.2.8";
  format = "setuptools";

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-nSa/qFJUnk1QTwUqq2il0RWCPdF4Jwby9NPIwAwcVds=";
    hash = "sha256-UIfv5lt9Vcyes9VYXkaQyBzfkcRiIE4It7q/CMJc7go=";
  };

  propagatedBuildInputs = [