diff options
| author | Clément Lassieur <clement@lassieur.org> | 2021-10-13 10:58:21 +0200 |
|---|---|---|
| committer | Clément Lassieur <clement@lassieur.org> | 2021-10-13 11:01:50 +0200 |
| commit | 95c9e65a21ab5688cc069da322184e4ee5eabcba (patch) | |
| tree | b9d8c180712e2472cece982cd0b02948c4a98213 /gnu/packages/openstack.scm | |
| parent | c0828f05976330694e7095421423677dae4dc75e (diff) | |
gnu: python-git-review: Update to 2.1.0.
* gnu/packages/openstack.scm (python-git-review): Update to 2.1.0.
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 6e36d298f57..1c35fe570f8 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | ;;; GNU Guix --- Functional package management for GNU | 1 | ;;; GNU Guix --- Functional package management for GNU |
| 2 | ;;; Copyright © 2015 Cyril Roelandt <tipecaml@gmail.com> | 2 | ;;; Copyright © 2015 Cyril Roelandt <tipecaml@gmail.com> |
| 3 | ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il> | 3 | ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il> |
| 4 | ;;; Copyright © 2016, 2017, 2019 Clément Lassieur <clement@lassieur.org> | 4 | ;;; Copyright © 2016, 2017, 2019, 2021 Clément Lassieur <clement@lassieur.org> |
| 5 | ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> | 5 | ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> |
| 6 | ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com> | 6 | ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com> |
| 7 | ;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net> | 7 | ;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net> |
| @@ -799,13 +799,13 @@ permanence.") | |||
| 799 | (define-public python-git-review | 799 | (define-public python-git-review |
| 800 | (package | 800 | (package |
| 801 | (name "python-git-review") | 801 | (name "python-git-review") |
| 802 | (version "1.28.0") | 802 | (version "2.1.0") |
| 803 | (source | 803 | (source |
| 804 | (origin | 804 | (origin |
| 805 | (method url-fetch) | 805 | (method url-fetch) |
| 806 | (uri (pypi-uri "git-review" version)) | 806 | (uri (pypi-uri "git-review" version)) |
| 807 | (sha256 | 807 | (sha256 |
| 808 | (base32 "0nn17mfqvsa3ryjz53qjslmf60clc0vx2115kkj66h28p6vsnflf")))) | 808 | (base32 "1mhywsbisyv028lsj2ksg4g5l8kyimpwxgwzqi08rymi8mb7fv1s")))) |
| 809 | (build-system python-build-system) | 809 | (build-system python-build-system) |
| 810 | (arguments | 810 | (arguments |
| 811 | '(#:tests? #f ; tests require a running Gerrit server | 811 | '(#:tests? #f ; tests require a running Gerrit server |
