python37Packages.pylibmc: 1.6.0 -> 1.6.1

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-pylibmc/versions
This commit is contained in:
R. RyanTM 2019-10-08 03:51:34 -07:00 committed by Frederik Rietdijk
parent 0cd385fdb6
commit 7a25be0337

View File

@ -1,12 +1,12 @@
{ buildPythonPackage, fetchPypi, stdenv, libmemcached, zlib, cyrus_sasl }:
buildPythonPackage rec {
version = "1.6.0";
version = "1.6.1";
pname = "pylibmc";
src = fetchPypi {
inherit pname version;
sha256 = "1n6nvvhl0g52gpzzwdj1my6049xljkfwyxxygnwda9smrbj7pyay";
sha256 = "1sg7d9j0v6g3xg3finf4l1hb72c13vcyyi6rqrc9shbx903d93ca";
};
buildInputs = [ libmemcached zlib cyrus_sasl ];