[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: moreutils: Update to 0.65.
From: |
guix-commits |
Subject: |
branch master updated: gnu: moreutils: Update to 0.65. |
Date: |
Tue, 05 Jan 2021 13:30:39 -0500 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b684d45 gnu: moreutils: Update to 0.65.
b684d45 is described below
commit b684d45d10936f85d14c0997b56c8d7be7013aca
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jan 5 19:25:10 2021 +0100
gnu: moreutils: Update to 0.65.
* gnu/packages/moreutils.scm (moreutils): Update to 0.65.
---
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 55a6d0b..9e3bf0f 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 <taylanbayirli@gmail.com>
;;; Copyright © 2016, 2017, 2019 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2016, 2017, 2018, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2016–2018, 2020, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -30,7 +30,7 @@
(define-public moreutils
(package
(name "moreutils")
- (version "0.64")
+ (version "0.65")
(source
(origin
(method url-fetch)
@@ -42,7 +42,7 @@
"http://drabczyk.org/"
name "-" version ".tar.gz")))
(sha256
- (base32 "1v3hazb9i5y6b3vx4giiszvc2zk2pjjvq88xlk1maasw5ia07lpy"))))
+ (base32 "10c8b4bwnli4gxwvgmgkc5kin1ksrxsnxmigs7y4rrh4aaszdjb0"))))
(build-system gnu-build-system)
;; For building the manual pages.
(native-inputs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: moreutils: Update to 0.65.,
guix-commits <=