[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: moreutils: Update to 0.60.
From: |
Efraim Flashner |
Subject: |
02/02: gnu: moreutils: Update to 0.60. |
Date: |
Thu, 20 Apr 2017 10:55:45 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 95de359b30ae269c6a2a8b81a4eb3fc0304ec000
Author: Efraim Flashner <address@hidden>
Date: Thu Apr 20 13:06:46 2017 +0300
gnu: moreutils: Update to 0.60.
* gnu/packages/moreutils.scm (moreutils): Update to 0.60.
---
gnu/packages/moreutils.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm
index 965876b..b343a8d 100644
--- a/gnu/packages/moreutils.scm
+++ b/gnu/packages/moreutils.scm
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
-;;; Copyright © 2016 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
;;; Copyright © 2016 Tobias Geerinckx-Rice <address@hidden>
;;;
;;; This file is part of GNU Guix.
@@ -30,21 +30,21 @@
(define-public moreutils
(package
(name "moreutils")
- (version "0.59")
+ (version "0.60")
(source
(origin
(method url-fetch)
(uri (list
(string-append
"mirror://debian/pool/main/m/moreutils/moreutils_"
- version ".orig.tar.gz")
+ version ".orig.tar.xz")
;; The main Debian mirrors only hold the current packages.
(string-append
- "http://snapshot.debian.org/archive/debian/20161223T212806Z"
- "/pool/main/m/moreutils/moreutils_0.59.orig.tar.gz")))
+
"http://snapshot.debian.org/archive/debian-debug/20170109T210531Z"
+ "/pool/main/m/moreutils/moreutils_0.60.orig.tar.xz")))
(sha256
(base32
- "1d6ik3j4lwp90vb93p7yv60k6vk2chz448d1z9xrmxvv371i33m4"))))
+ "1i8pphg5i5y4x1s1hz73gqhispgspr13bysmk9vh7l6jrfx1hbg4"))))
(build-system gnu-build-system)
;; For building the manual pages.
(native-inputs