Unverified Commit ff06c9ae authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #215058 from r-ryantm/auto-update/python310Packages.lupupy

python310Packages.lupupy: 0.2.5 -> 0.2.7
parents 8258234d 2e82629b
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 = [