nckx pushed a commit to branch master
in repository guix.
commit 94381414101fbb83475c591b44f3d14b01947090
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Feb 7 22:01:32 2021 +0100
gnu: mc: Update to 4.8.26.
* gnu/packages/mc.scm (mc): Update to 4.8.26.
---
gnu/packages/mc.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mc.scm b/gnu/packages/mc.scm
index 06841d8..7369dcf 100644
--- a/gnu/packages/mc.scm
+++ b/gnu/packages/mc.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2014 Eric Bavier <[email protected]>
;;; Copyright © 2016 Efraim Flashner <[email protected]>
;;; Copyright © 2016, 2017 Nikita <[email protected]>
-;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -37,14 +37,14 @@
(define-public mc
(package
(name "mc")
- (version "4.8.25")
+ (version "4.8.26")
(source
(origin
(method url-fetch)
(uri (string-append "https://ftp.midnight-commander.org/mc-"
version ".tar.xz"))
(sha256
- (base32 "12jlnabnc91xsm35g99g2wnh96jmznvrhffd18rj7fqfy8brdhgz"))))
+ (base32 "09vc2vf6k12a8k5gdss6hcskwfcbyalrkhn65nidkwlm0p2svpn6"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("perl" ,perl)))