python3Packages.fakeredis: 1.6.0 -> 1.6.1

This commit is contained in:
Fabian Affolter 2021-09-09 18:50:03 +02:00
parent 84412b6922
commit 4e0cf0e34e

View File

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "1.6.0";
version = "1.6.1";
disabled = pythonOlder "3.5";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Ecz8l2nXGNN+RbOC5kproCWGtiKvoDcaa9hXZtciVfM=";
sha256 = "sha256-DQapOE+3nanyFkzpbjTrnU4upGIVBwgF6m/TwXRZC0c=";
};
propagatedBuildInputs = [