Merge pull request #172041 from r-ryantm/auto-update/python3.10-fakeredis

python310Packages.fakeredis: 1.7.1 -> 1.7.4
main
Fabian Affolter 2 years ago committed by GitHub
commit 854a1357c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/fakeredis/default.nix

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "fakeredis";
version = "1.7.1";
version = "1.7.4";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-fCxLobQuCnUzfFS3d78GcQVrRWllDj/5J+S5s4WvyOw=";
hash = "sha256-aWl//usJk5BzYF7qyX9SS8yrrgQmV1eldcf8kjCHqmU=";
};
postPatch = ''

Loading…
Cancel
Save