Skip to content

Commit a9d8bdc

Browse files
committed
1 parent a047cce commit a9d8bdc

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/flask-limiter

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/flask-limiter/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
buildPythonPackage rec {
2323
pname = "flask-limiter";
24-
version = "3.7.0";
24+
version = "3.8.0";
2525
pyproject = true;
2626

2727
disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
3030
owner = "alisaifee";
3131
repo = "flask-limiter";
3232
rev = "refs/tags/${version}";
33-
hash = "sha256-W40zuQ/xkoV35DXehwMUJwbX0grJMfRXawiPfpRKL/g=";
33+
hash = "sha256-RkeG5XdanSp2syKrQgYUZ4r8D28Zt33/MsW0UxWxaU0=";
3434
};
3535

3636
postPatch = ''

0 commit comments

Comments
 (0)