gnu: sed: Update to 4.4.

* gnu/packages/base.scm (sed): Update to 4.4.
This commit is contained in:
Marius Bakke 2017-02-04 10:49:54 +01:00
parent e83ef684fc
commit d6592d84ca
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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