Merge pull request #244639 from r-ryantm/auto-update/python310Packages.pynisher

python310Packages.pynisher: 1.0.5 -> 1.0.7
This commit is contained in:
Nick Cao 2023-07-21 05:19:31 -06:00 committed by GitHub
commit 9a9d6b6697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "pynisher";
version = "1.0.5";
version = "1.0.7";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-usSowgCwGTATiX1dbPpScO9/FI+E567dvGZxAC+zS14=";
hash = "sha256-cqgRoV3AJn96zAJDGbRJ5e3xOTuujmBu8HwZi2RQ6GY=";
};
propagatedBuildInputs = [