guix-commits
[Top][All Lists]
Advanced

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

14/25: gnu: execline: Update to 2.8.0.1.


From: guix-commits
Subject: 14/25: gnu: execline: Update to 2.8.0.1.
Date: Mon, 19 Apr 2021 22:12:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 70199ff43f251de30d9cd6345f8fe5df24871048
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 20 01:24:29 2021 +0200

    gnu: execline: Update to 2.8.0.1.
    
    * gnu/packages/skarnet.scm (execline): Update to 2.8.0.1.
---
 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 9d6a320..2046eba 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.8.0.0")
+    (version "2.8.0.1")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://skarnet.org/software/execline/execline-";
                           version ".tar.gz"))
       (sha256
-       (base32 "0vbn4pdazy6x6213vn42k0khcij5bvkbrcfg7nw6inhf8154nx77"))))
+       (base32 "1v9swmhw2rcrr9fmkmd7qh8qq0kslhmvxwz2a3bhan9ksabz8wx3"))))
     (build-system gnu-build-system)
     (inputs `(("skalibs" ,skalibs)))
     (arguments



reply via email to

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