Commit 2e82629b authored by R. RyanTM's avatar R. RyanTM
Browse files

python310Packages.lupupy: 0.2.5 -> 0.2.7

parent 1bda69b4
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.5";
  version = "0.2.7";
  format = "setuptools";

  disabled = pythonOlder "3.6";

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

  propagatedBuildInputs = [