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

python310Packages.allpairspy: 2.5.0 -> 2.5.1

parent 29f96cc8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

buildPythonPackage rec {
  pname = "allpairspy";
  version = "2.5.0";
  version = "2.5.1";

  src = fetchPypi {
    inherit pname version;
    sha256 = "9358484c91abe74ba18daf9d6d6904c5be7cc8818397d05248c9d336023c28b1";
    sha256 = "sha256-9p0xo7Vu7hGdHsYGPpxzLdRPu6NS73OMsi2WmfxACf4=";
  };

  propagatedBuildInputs = [ six ];