[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: python-hupper: Update to 1.10.3.
From: |
guix-commits |
Subject: |
07/09: gnu: python-hupper: Update to 1.10.3. |
Date: |
Sun, 30 May 2021 05:54:27 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 237b744d23254c28123f6bf48b6e5e9e5c33438a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat May 29 23:41:35 2021 +0200
gnu: python-hupper: Update to 1.10.3.
* gnu/packages/python-web.scm (python-hupper): Update to 1.10.3.
---
gnu/packages/python-web.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 4468a9b..f20f1c1 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -14,7 +14,7 @@
;;; Copyright © 2015 Cyril Roelandt <tipecaml@gmail.com>
;;; Copyright © 2015, 2016, 2017, 2019 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016, 2019 Hartmut Goebel <h.goebel@crazy-compilers.com>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice
<me@tobias.gr>
+;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2015, 2017 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2015, 2016 Christopher Allan Webber <cwebber@dustycloud.org>
;;; Copyright © 2017 Adriano Peluso <catonano@gmail.com>
@@ -5498,13 +5498,13 @@ according to the standard set by PasteDeploy ")
(define-public python-hupper
(package
(name "python-hupper")
- (version "1.10.2")
+ (version "1.10.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "hupper" version))
(sha256
(base32
- "0am0p6g5cz6xmcaf04xq8q6dzdd9qz0phj6gcmpsckf2mcyza61q"))))
+ "1nbc648d110jx6ziji980cdmzsd14p8fqrcarsdvr1vm5jvm2vyd"))))
(build-system python-build-system)
(arguments '(#:test-target "pytest"))
(native-inputs
- branch master updated (8774e1b -> c00b176), guix-commits, 2021/05/30
- 01/09: gnu: rlwrap: Update to 0.45.1., guix-commits, 2021/05/30
- 02/09: gnu: rlwrap: Fix single-quotation in Texinfo., guix-commits, 2021/05/30
- 05/09: gnu: net-snmp: Update to 5.9.1., guix-commits, 2021/05/30
- 07/09: gnu: python-hupper: Update to 1.10.3.,
guix-commits <=
- 06/09: gnu: net-snmp: Omit static library., guix-commits, 2021/05/30
- 08/09: gnu: Add lingot., guix-commits, 2021/05/30
- 03/09: gnu: python-cookiecutter: Update to 1.7.3., guix-commits, 2021/05/30
- 04/09: gnu: python-fastjsonschema: Update to 2.15.1., guix-commits, 2021/05/30
- 09/09: gnu: vapoursynth: Wrap with own PYTHONPATH., guix-commits, 2021/05/30