* gnu/packages/python-web.scm (python-gitlab): Update to 3.2.0
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
gnu/packages/python-web.scm | 27 +++++++++++++--------------
1 file changed, 13 insertions(+), 14 deletions(-)
Toggle diff (50 lines)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 240c58b665..69dbd87acd 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
;;; Copyright © 2021 jgart <jgart@dismail.de>
;;; Copyright © 2021 Alice Brenon <alice.brenon@ens-lyon.fr>
;;; Copyright © 2022 John Kehayias <john.kehayias@protonmail.com>
+;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
;;; This file is part of GNU Guix.
@@ -4910,21 +4911,19 @@ (define-public python-translation-finder
(define-public python-gitlab
- (uri (pypi-uri "python-gitlab" version))
- "0zl6kz8v8cg1bcy2r78b2snb0lpw0b573gdx2x1ps0nhsh75l4j5"))))
+ (uri (pypi-uri "python-gitlab" version))
+ "1gi4lp2g4k99zqcx2bgqx940bpmpbc1w9qkl5gy33hpy148yhvlg"))))
(build-system python-build-system)
- (list python-requests python-six))
- (list python-httmock python-mock))
- "https://github.com/python-gitlab/python-gitlab")
+ `( ;Tests require network access
+ (propagated-inputs (list python-requests python-requests-toolbelt))
+ (home-page "https://github.com/python-gitlab/python-gitlab")
(synopsis "Interact with GitLab API")
(description "This package provides an extended library for interacting
with GitLab instances through their API.")
base-commit: 5397c18157f12e9127b5a9a59b0aa5a4eb058839