mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01: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 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ fetchPypi, buildPythonPackage }:
|
||||
buildPythonPackage rec {
|
||||
pname = "redis";
|
||||
version = "2.10.6";
|
||||
version = "3.0.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "03vcgklykny0g0wpvqmy8p6azi2s078317wgb2xjv5m2rs9sjb52";
|
||||
sha256 = "1kw3a1618pl908abiaxd41jg5z0rwyl2w2i0d8xi9zxy5437a011";
|
||||
};
|
||||
|
||||
# tests require a running redis
|
||||
|
|
Loading…
Reference in a new issue