guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sed: Update to 4.4.


From: Marius Bakke
Subject: 01/01: gnu: sed: Update to 4.4.
Date: Sat, 4 Feb 2017 09:50:57 +0000 (UTC)

mbakke pushed a commit to branch core-updates
in repository guix.

commit d6592d84ca754d65d821d2a22179da690054e58c
Author: Marius Bakke <address@hidden>
Date:   Sat Feb 4 10:49:54 2017 +0100

    gnu: sed: Update to 4.4.
    
    * gnu/packages/base.scm (sed): Update to 4.4.
---
 gnu/packages/base.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index 703274d..ad086f8 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -118,14 +118,14 @@ including, for example, recursive directory searching.")
 (define-public sed
   (package
    (name "sed")
-   (version "4.3")
+   (version "4.4")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnu/sed/sed-" version
                                 ".tar.xz"))
             (sha256
              (base32
-              "1anhdgah8h423hlmn9hwzxzr7hjbqjm6hxq3z1p7p7nf8640vhj7"))))
+              "0fv88bcnraixc8jvpacvxshi30p5x9m7yb8ns1hfv07hmb2ypmnb"))))
    (build-system gnu-build-system)
    (synopsis "Stream editor")
    (arguments



reply via email to

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