python37Packages.funcy: 1.11 -> 1.12

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-funcy/versions
This commit is contained in:
R. RyanTM 2019-05-01 21:43:32 -07:00
parent a381d42221
commit a8cc90c3e0

View File

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "funcy";
version = "1.11";
version = "1.12";
src = fetchPypi {
inherit pname version;
sha256 = "b5e399eb739afcb5a3ad38302b7817f6e7fee6f5fc79b213a5d82ea8bce0d9e6";
sha256 = "0vdbh0ykmjsvq4vb3hrx5327q9ccl1jhbjca59lsr0v0ghwb0grz";
};
# No tests