Merge pull request #151536 from r-ryantm/auto-update/python3.8-funcy

python38Packages.funcy: 1.16 -> 1.17
This commit is contained in:
Mario Rodas 2021-12-26 15:59:09 -05:00 committed by GitHub
commit b872ea63d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "funcy";
version = "1.16";
version = "1.17";
src = fetchPypi {
inherit pname version;
sha256 = "2775409b7dc9106283f1224d97e6df5f2c02e7291c8caed72764f5a115dffb50";
sha256 = "40b9b9a88141ae6a174df1a95861f2b82f2fdc17669080788b73a3ed9370e968";
};
# No tests