python3Packages.python-redis-lock: 3.6.0 -> 3.7.0
This commit is contained in:
parent
1b92035490
commit
92cc7f8d39
@ -10,11 +10,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "python-redis-lock";
|
||||
version = "3.6.0";
|
||||
version = "3.7.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "6c79b87f2fefcf47bbcebea56056d324e9d7971c9b98123b79590e08cbb0a8f7";
|
||||
sha256 = "4265a476e39d476a8acf5c2766485c44c75f3a1bd6cf73bb195f3079153b8374";
|
||||
};
|
||||
|
||||
checkInputs = [ pytest process-tests pkgs.redis ];
|
||||
|
Loading…
Reference in New Issue
Block a user