summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index ce8a83256d8..225f3016b99 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -14426,7 +14426,7 @@ pattern.")
14426(define-public python-fastapi-pagination-minimal 14426(define-public python-fastapi-pagination-minimal
14427 (package 14427 (package
14428 (name "python-fastapi-pagination-minimal") 14428 (name "python-fastapi-pagination-minimal")
14429 (version "0.15.6") 14429 (version "0.15.15")
14430 (source (origin 14430 (source (origin
14431 (method git-fetch) 14431 (method git-fetch)
14432 (uri (git-reference 14432 (uri (git-reference
@@ -14435,7 +14435,7 @@ pattern.")
14435 (file-name (git-file-name name version)) 14435 (file-name (git-file-name name version))
14436 (sha256 14436 (sha256
14437 (base32 14437 (base32
14438 "1ndazaqi1na0lj6fi42d7mi9lmpxdak0wq0pd97fb3b23ml8rlg6")))) 14438 "0jfmk5m2yrki9rw9izci2fxamam45mk36gl77rwbd5hnngkqbahv"))))
14439 (build-system pyproject-build-system) 14439 (build-system pyproject-build-system)
14440 ;; We run the tests in python-fastapi-pagination only. 14440 ;; We run the tests in python-fastapi-pagination only.
14441 (arguments (list #:tests? #false)) 14441 (arguments (list #:tests? #false))