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

python310Packages.findpython: 0.3.0 -> 0.3.1
This commit is contained in:
Nick Cao
2023-07-19 04:48:46 -06:00
committed by GitHub
@@ -15,7 +15,7 @@
let
pname = "findpython";
version = "0.3.0";
version = "0.3.1";
in
buildPythonPackage {
inherit pname version;
@@ -25,7 +25,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-5sbWxIznz9aVnM3OEtYSHVds/zlfST/UZmfn1amqJHQ=";
hash = "sha256-diH4qcGZpw0hmDHN2uuEyn6D4guDWBcr/0eHGhil7aQ=";
};
nativeBuildInputs = [