guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: vis: Update to 0.6.


From: guix-commits
Subject: 01/04: gnu: vis: Update to 0.6.
Date: Thu, 20 Aug 2020 12:43:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c82cf31defd786dd9318e25ff80f799e458febc4
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Aug 20 16:11:31 2020 +0200

    gnu: vis: Update to 0.6.
    
    * gnu/packages/text-editors.scm (vis): Update to 0.6.
---
 gnu/packages/text-editors.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index cdd6f0a..707f815 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -75,15 +75,15 @@
 (define-public vis
   (package
     (name "vis")
-    (version "0.5")
+    (version "0.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/martanne/vis/releases";
                                   "/download/v" version
-                                  "/vis-v" version ".tar.gz"))
+                                  "/vis-" version ".tar.gz"))
               (sha256
                (base32
-                "0aw35n8xk7ir84ckvczc6yshj9ynishrlz0qlv4yc1afbra1gxmn"))))
+                "0za89vrs97hysgmzpydprgvzsp7yfbr6la1w1c9pad4mqpqs7d4s"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"



reply via email to

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