3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.fakeredis: 2.5.0 -> 2.6.0

This commit is contained in:
R. Ryantm 2023-01-30 21:11:22 +00:00
parent 2c257a212e
commit d5a1b3e2c7

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "2.5.0";
version = "2.6.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-yb6Tuko7swrrFRQmtXAhm1kl16O813epOOCzOMEg58E=";
hash = "sha256-COGzi/zK6ss47Qi2ll2e92V5WzzxdM5Z5cNmX3b1EH0=";
};
nativeBuildInputs = [