Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
* gnu/packages/mc.scm (mc): Update to 4.8.29
---
gnu/packages/mc.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Toggle diff (26 lines)
diff --git a/gnu/packages/mc.scm b/gnu/packages/mc.scm
index 7bde8a5e78..141295ed90 100644
--- a/gnu/packages/mc.scm
+++ b/gnu/packages/mc.scm
@@ -38,14 +38,14 @@ (define-module (gnu packages mc)
(define-public mc
(package
(name "mc")
- (version "4.8.27")
+ (version "4.8.29")
(source
(origin
(method url-fetch)
(uri (string-append "https://ftp.osuosl.org/pub/midnightcommander/mc-"
version ".tar.xz"))
(sha256
- (base32 "1x2g5ahgzg951y4ldbsgkv8icni2mgh3p2wsds0j16gsbwi5kgii"))))
+ (base32 "1m0aai4paxpcf3lw1dd94zyxc7wd0ysmfwpibg50q62q9yws7n01"))))
(build-system gnu-build-system)
(native-inputs (list perl pkg-config))
(inputs (list aspell
base-commit: 854c57c3525325070e261a2e6f81d4016ef44bfa
prerequisite-patch-id: 356487fe659e9490f9f895986d429fd7c8652750
--
2.39.2