guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: python-colorspacious: Update to 1.1.2.


From: guix-commits
Subject: 03/04: gnu: python-colorspacious: Update to 1.1.2.
Date: Mon, 14 Oct 2019 13:33:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 53a3ebed68b6a9b8a1ebe8612ecb94f7715ef82b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Oct 14 19:21:47 2019 +0200

    gnu: python-colorspacious: Update to 1.1.2.
    
    * gnu/packages/python-xyz.scm (python-colorspacious): Update to 1.1.2.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7f8a247..3252517 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3892,7 +3892,7 @@ To address this and enable easy cycling over arbitrary 
@code{kwargs}, the
 (define-public python-colorspacious
   (package
     (name "python-colorspacious")
-    (version "1.1.0")
+    (version "1.1.2")
     (source
      (origin
        (method git-fetch)
@@ -3901,7 +3901,7 @@ To address this and enable easy cycling over arbitrary 
@code{kwargs}, the
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0g0lxqiscy5g5rq9421vv7abg0c90jzy0zmas2z3hya6k2dr5aid"))))
+        (base32 "0x7nkphr6g5ql5fvgss8l56rgiyjgh6fm8zzs73i94ci9wzlm63w"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-numpy" ,python-numpy)))



reply via email to

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