mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 11:00:19 +03:00
python: redis: 3.0.1 -> 3.1.0
This commit is contained in:
parent
6a19c3b261
commit
fdf004ccc6
@ -1,11 +1,11 @@
|
||||
{ fetchPypi, buildPythonPackage }:
|
||||
buildPythonPackage rec {
|
||||
pname = "redis";
|
||||
version = "3.0.1";
|
||||
version = "3.1.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1kw3a1618pl908abiaxd41jg5z0rwyl2w2i0d8xi9zxy5437a011";
|
||||
sha256 = "7ba8612bbfd966dea8c62322543fed0095da2834dbd5a7c124afbc617a156aa7";
|
||||
};
|
||||
|
||||
# tests require a running redis
|
||||
|
Loading…
Reference in New Issue
Block a user