diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2015-11-22 23:27:21 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2015-11-30 23:20:35 +0200 |
| commit | ccd20fcb7dd52008409d26e9da9c8454a4b60767 (patch) | |
| tree | 7bcf4a60550fba217fc6ddbae1b95228cda96ca5 /gnu/packages/openstack.scm | |
| parent | 5466700fa2429b08fe61214121f25927553d1fd6 (diff) | |
gnu: python-pbr: Update to 1.8.1.
* gnu/packages/openstack.scm (python-pbr): Update to 1.8.1.
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index daec050922f..1ff32f256af 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -1,5 +1,6 @@ | |||
| 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 Efraim Flashner <efraim@flashner.co.il> | ||
| 3 | ;;; | 4 | ;;; |
| 4 | ;;; This file is part of GNU Guix. | 5 | ;;; This file is part of GNU Guix. |
| 5 | ;;; | 6 | ;;; |
| @@ -243,7 +244,7 @@ tested on Python version 3.2, 2.7 and 2.6.") | |||
| 243 | (define-public python-pbr | 244 | (define-public python-pbr |
| 244 | (package | 245 | (package |
| 245 | (name "python-pbr") | 246 | (name "python-pbr") |
| 246 | (version "1.6.0") | 247 | (version "1.8.1") |
| 247 | (source | 248 | (source |
| 248 | (origin | 249 | (origin |
| 249 | (method url-fetch) | 250 | (method url-fetch) |
| @@ -253,7 +254,7 @@ tested on Python version 3.2, 2.7 and 2.6.") | |||
| 253 | ".tar.gz")) | 254 | ".tar.gz")) |
| 254 | (sha256 | 255 | (sha256 |
| 255 | (base32 | 256 | (base32 |
| 256 | "1lg1klrczvzfan89y3bl9ykrknl3nb01vvai37fkww24apzyibjf")))) | 257 | "0jcny36cf3s8ar5r4a575npz080hndnrfs4np1fqhv0ym4k7c4p2")))) |
| 257 | (build-system python-build-system) | 258 | (build-system python-build-system) |
| 258 | (arguments | 259 | (arguments |
| 259 | `(#:tests? #f)) ;; Most tests seem to use the Internet. | 260 | `(#:tests? #f)) ;; Most tests seem to use the Internet. |
