diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -rw-r--r-- | gnu/packages/python-web.scm | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 8522f5c74bf..cfbb3c12ce3 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -86,6 +86,7 @@ ;;; Copyright © 2025 Hugo Buddelmeijer <hugo@buddelmeijer.nl> ;;; Copyright © 2025 Artur Wroblewski <wrobell@riseup.net> ;;; Copyright © 2025 Allan Adair <allan@adair.no> +;;; Copyright © 2025 Aaron Covrig <aaron.covrig.us@ieee.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -8356,16 +8357,17 @@ authentication for Flask routes.") (define-public python-uritemplate (package (name "python-uritemplate") - (version "4.1.1") + (version "4.2.0") (source (origin (method url-fetch) (uri (pypi-uri "uritemplate" version)) (sha256 (base32 - "1w14a775d92mx9pdhb5zimifpfr2lfcn0vfdpjagcy9vbkyfsij3")))) - (build-system python-build-system) - (home-page "https://uritemplate.readthedocs.org") + "03lxxkk0kjn6z7z1f9hqvsaqfrny1qds7vi36f35b2c7h38jw328")))) + (build-system pyproject-build-system) + (native-inputs (list python-pytest python-setuptools)) + (home-page "https://uritemplate.readthedocs.io/") (synopsis "Library to deal with URI Templates") (description "@code{uritemplate} provides Python library to deal with URI Templates.") |
