guix-commits
[Top][All Lists]
Advanced

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

12/19: gnu: execline: Update to 2.6.0.2.


From: guix-commits
Subject: 12/19: gnu: execline: Update to 2.6.0.2.
Date: Tue, 2 Jun 2020 12:16:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 027d9a5403029cad6e8949c815cc3144dbbbc3f1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jun 2 04:12:44 2020 +0200

    gnu: execline: Update to 2.6.0.2.
    
    * gnu/packages/skarnet.scm (execline): Update to 2.6.0.2.
---
 gnu/packages/skarnet.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 31768c8..58a99e8 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -62,14 +62,14 @@ and file system operations.  It is used by all skarnet.org 
software.")
 (define-public execline
   (package
     (name "execline")
-    (version "2.6.0.0")
+    (version "2.6.0.2")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://skarnet.org/software/execline/execline-";
                           version ".tar.gz"))
       (sha256
-       (base32 "1m6pvawxqaqjr49456vyjyl8dnqwvr19v77sjj7dnglfijwza5al"))))
+       (base32 "0wdg93hwpxxdqmsnd8j1nf3m2pf85n3rxaawzaih1y0ajyz6gwya"))))
     (build-system gnu-build-system)
     (inputs `(("skalibs" ,skalibs)))
     (arguments



reply via email to

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