mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python36Packages.redis: 2.10.6 -> 3.0.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.6-redis/versions
This commit is contained in:
parent
d208fa53eb
commit
094e643188
@ -1,11 +1,11 @@
|
|||||||
{ fetchPypi, buildPythonPackage }:
|
{ fetchPypi, buildPythonPackage }:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "redis";
|
pname = "redis";
|
||||||
version = "2.10.6";
|
version = "3.0.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "03vcgklykny0g0wpvqmy8p6azi2s078317wgb2xjv5m2rs9sjb52";
|
sha256 = "1kw3a1618pl908abiaxd41jg5z0rwyl2w2i0d8xi9zxy5437a011";
|
||||||
};
|
};
|
||||||
|
|
||||||
# tests require a running redis
|
# tests require a running redis
|
||||||
|
Loading…
Reference in New Issue
Block a user