diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-11 10:27:37 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-11 23:20:28 +0100 |
commit | 4805153a1771a11e76090b0fb996798810d6589d (patch) | |
tree | 0ec3f7d7cbb8193fe865d9af3c06f3780f5a7676 /gnu/packages | |
parent | c62db10f9463a5c93bf70baffad84559fb317e62 (diff) | |
download | guix-4805153a1771a11e76090b0fb996798810d6589d.tar.gz guix-4805153a1771a11e76090b0fb996798810d6589d.zip |
gnu: python-sanic-routing: Update to 23.12.0.
* gnu/packages/python-web.scm (python-sanic-routing): Update to 23.12.0.
[build-system]: Use pyproject-build-system.
Change-Id: I1ff18b5c7ecc6560417086a4ba5cbf70114991c1
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-web.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 88d07ffbc7..3a4dfc9edd 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2016, 2017 Danny Milosavljevic <dannym+a@scratchpost.org> ;;; Copyright © 2013, 2014, 2015, 2016, 2020 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2016, 2017, 2019-2023 Marius Bakke <marius@gnu.org> -;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Ricardo Wurmus <rekado@elephly.net> +;;; Copyright © 2015-2024 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2017, 2021 Roel Janssen <roel@gnu.org> ;;; Copyright © 2016, 2017, 2020 Julien Lepiller <julien@lepiller.eu> ;;; Copyright © 2016, 2017 Nikita <nikita@n0.is> @@ -7111,14 +7111,14 @@ as a Python package.") (define-public python-sanic-routing (package (name "python-sanic-routing") - (version "0.7.2") + (version "23.12.0") (source (origin (method url-fetch) (uri (pypi-uri "sanic-routing" version)) (sha256 - (base32 "0k9paln0jd4sc2bklp977c82n29pk12wiv726siplkh57y5yi70k")))) - (build-system python-build-system) + (base32 "014bhkharcgyprdvlk7wjxhjp1pr0cva1nwj4f2qrr23qiidrjhx")))) + (build-system pyproject-build-system) (arguments ;; PyPi sources does not contain tests, recursive dependency on ;; python-sanic. |