guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-blessings: Update to 1.7.


From: guix-commits
Subject: 01/02: gnu: python-blessings: Update to 1.7.
Date: Fri, 13 Dec 2019 08:07:50 -0500 (EST)

brettgilio pushed a commit to branch master
in repository guix.

commit 5076c13b490bc798294119609688e8f2bf0e0cf5
Author: Brett Gilio <address@hidden>
Date:   Fri Dec 13 07:06:27 2019 -0600

    gnu: python-blessings: Update to 1.7.
    
    * gnu/packages/terminals.scm (python-blessings): Update to 1.7.
---
 gnu/packages/terminals.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 75c0092..e1f3307 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -16,6 +16,7 @@
 ;;; Copyright © 2018, 2019 Eric Bavier <address@hidden>
 ;;; Copyright © 2019 Julien Lepiller <address@hidden>
 ;;; Copyright © 2019 Pierre Langlois <address@hidden>
+;;; Copyright © 2019 Brett Gilio <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -828,14 +829,14 @@ of VT100 terminal.")
 (define-public python-blessings
   (package
     (name "python-blessings")
-    (version "1.6.1")
+    (version "1.7")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "blessings" version))
        (sha256
         (base32
-         "1smngy65p8mi62lgm04icasx22v976szhs2aq95y2ljmi1srb4bl"))))
+         "0z8mgkbmisxs10rz88qg46l1c9a8n08k8cy2iassal2zh16qbrcq"))))
     (build-system python-build-system)
     (arguments
      ;; TODO: For py3, 2to2 is used to convert the code, but test-suite fails



reply via email to

[Prev in Thread] Current Thread [Next in Thread]