diff options
author | Efraim Flashner <[email protected]> | 2021-01-10 14:30:36 +0200 |
---|---|---|
committer | Efraim Flashner <[email protected]> | 2021-01-10 14:30:36 +0200 |
commit | 6985a1acb3e9cc4cad8b6f63d77154842d25c929 (patch) | |
tree | 4df49b9f438e0e466efb3d589027a62b39d49761 /gnu/packages/moreutils.scm | |
parent | 87eaa4207208e16e5e1b22b60ba4ff5c3d035023 (diff) | |
parent | d0fff8f840afc17be40bdc49bff52ed08d5a1a7b (diff) |
Merge branch 'master' into staging
Diffstat (limited to 'gnu/packages/moreutils.scm')
-rw-r--r-- | gnu/packages/moreutils.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/moreutils.scm b/gnu/packages/moreutils.scm index 55a6d0b568..9e3bf0fc29 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 <[email protected]> ;;; Copyright © 2016, 2017, 2019 Efraim Flashner <[email protected]> -;;; Copyright © 2016, 2017, 2018, 2020 Tobias Geerinckx-Rice <[email protected]> +;;; Copyright © 2016–2018, 2020, 2021 Tobias Geerinckx-Rice <[email protected]> ;;; ;;; 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 |