gnu: python-blessings: Update to 1.7.
* gnu/packages/terminals.scm (python-blessings): Update to 1.7.
This commit is contained in:
parent
2ecbba2408
commit
5076c13b49
1 changed files with 3 additions and 2 deletions
|
@ -16,6 +16,7 @@
|
||||||
;;; Copyright © 2018, 2019 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2018, 2019 Eric Bavier <bavier@member.fsf.org>
|
||||||
;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
|
;;; Copyright © 2019 Julien Lepiller <julien@lepiller.eu>
|
||||||
;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
|
;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
|
||||||
|
;;; Copyright © 2019 Brett Gilio <brettg@posteo.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -828,14 +829,14 @@ of VT100 terminal.")
|
||||||
(define-public python-blessings
|
(define-public python-blessings
|
||||||
(package
|
(package
|
||||||
(name "python-blessings")
|
(name "python-blessings")
|
||||||
(version "1.6.1")
|
(version "1.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "blessings" version))
|
(uri (pypi-uri "blessings" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1smngy65p8mi62lgm04icasx22v976szhs2aq95y2ljmi1srb4bl"))))
|
"0z8mgkbmisxs10rz88qg46l1c9a8n08k8cy2iassal2zh16qbrcq"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; TODO: For py3, 2to2 is used to convert the code, but test-suite fails
|
;; TODO: For py3, 2to2 is used to convert the code, but test-suite fails
|
||||||
|
|
Reference in a new issue