guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: guile-studio: Update to 0-2.4d63f3d.


From: guix-commits
Subject: 03/04: gnu: guile-studio: Update to 0-2.4d63f3d.
Date: Sun, 6 Oct 2019 16:01:10 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4b94e63db6a53d74dbe7932d18aa591162aaa9fe
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Oct 6 21:59:01 2019 +0200

    gnu: guile-studio: Update to 0-2.4d63f3d.
    
    * gnu/packages/guile-xyz.scm (guile-studio): Update to 0-2.4d63f3d.
---
 gnu/packages/guile-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/guile-xyz.scm b/gnu/packages/guile-xyz.scm
index 4ad6a35..2e9ba7b 100644
--- a/gnu/packages/guile-xyz.scm
+++ b/gnu/packages/guile-xyz.scm
@@ -1994,8 +1994,8 @@ The picture values can directly be displayed in Geiser.")
       (license license:lgpl3+))))
 
 (define-public guile-studio
-  (let ((commit "e2da64f014942a73996286c4abe3c3b1f8bd220c")
-        (revision "1"))
+  (let ((commit "4d63f3d684f61bf83566745e8572496cdf6daad0")
+        (revision "2"))
     (package
       (name "guile-studio")
       (version (git-version "0" revision commit))
@@ -2006,7 +2006,7 @@ The picture values can directly be displayed in Geiser.")
                       (commit commit)))
                 (sha256
                  (base32
-                  "10v3kw41bzd8c2a6vxgrwbvl216d0k8f5s9h6pm8hahpd03jl7lm"))))
+                  "1d3hhw3c3mk5i87xvfqa643674f08j1jd1rc1pl534gydz529vd5"))))
       (build-system gnu-build-system)
       (arguments
        `(#:tests? #f                      ; there are none



reply via email to

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