python310Packages.funcy: 1.17 -> 1.18
This commit is contained in:
parent
63e3e11479
commit
9c37eee785
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "funcy";
|
||||
version = "1.17";
|
||||
version = "1.18";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "40b9b9a88141ae6a174df1a95861f2b82f2fdc17669080788b73a3ed9370e968";
|
||||
sha256 = "sha256-FUSNGajrzHpYWv56OEoZGG0L1ny/VvtCzR/Q92MT+bI=";
|
||||
};
|
||||
|
||||
# No tests
|
||||
|
|
Loading…
Reference in a new issue