guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: moreutils: Update to 0.62.


From: Tobias Geerinckx-Rice
Subject: 02/04: gnu: moreutils: Update to 0.62.
Date: Mon, 1 Jan 2018 19:52:48 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c89b9d63e13ae1950d048bd7cdca7d0d1a367ebf
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 1 21:45:00 2018 +0000

    gnu: moreutils: Update to 0.62.
    
    * gnu/packages/moreutils.scm (moreutils): Update to 0.62.
---
 gnu/packages/moreutils.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm
index bb6228a..34bce23 100644
--- a/gnu/packages/moreutils.scm
+++ b/gnu/packages/moreutils.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
 ;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
-;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -30,7 +30,7 @@
 (define-public moreutils
   (package
     (name "moreutils")
-    (version "0.61")
+    (version "0.62")
     (source
      (origin
        (method url-fetch)
@@ -43,7 +43,7 @@
               name "-" version ".tar.gz")))
        (sha256
         (base32
-         "12rhzy8hw8vljlf10b7ys9zky0p94fdvd6ihq8w8cnkia4rd6izb"))))
+         "1gc3rswr0jl0z42pbrmw2zc4gxsyp60hq8cnvrlsig1vk1s9vpwx"))))
     (build-system gnu-build-system)
     ;; For building the manual pages.
     (native-inputs



reply via email to

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