mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
python: python-redis-lock: 3.3.1 -> 3.4.0
This commit is contained in:
parent
ea3f2db0af
commit
2771f27e09
|
@ -10,11 +10,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-redis-lock";
|
||||
version = "3.3.1";
|
||||
version = "3.4.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "5316d473ce6ce86a774b9f9c110d84c3a9bd1a2abfda5d99e9c0c8a872a8e6d6";
|
||||
sha256 = "8e3ef458b9424daf35d587e69b63416a0c55ac46303f3aaff1bab4fe5a8f1e92";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest process-tests pkgs.redis ];
|
||||
|
|
Loading…
Reference in a new issue