Unverified Commit b6f3d9cb authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #214200 from r-ryantm/auto-update/python310Packages.findpython

python310Packages.findpython: 0.2.3 -> 0.2.4
parents d608fbb9 bc0ad760
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@

let
  pname = "findpython";
  version = "0.2.3";
  version = "0.2.4";
in
buildPythonPackage {
  inherit pname version;
@@ -25,7 +25,7 @@ buildPythonPackage {

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-wmWo/p/QVzYDHu1uWK1VUWNO8IGaocHkX6NTDltqRlY=";
    hash = "sha256-YfF2jN2EPcL4pFlxJyxYwlZBpQsZ2pEwLiSS4ypmc2I=";
  };

  nativeBuildInputs = [