diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-06 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-08-13 02:00:00 +0200 |
commit | 9421890fa24411b9481de5538bcd8d12b9dbcc5c (patch) | |
tree | 99e6924008385f3a5f3c3d7fd4bb7cb7476417c2 | |
parent | d0776ff44c0f18564cc7e4fafd45fb04634015d4 (diff) | |
download | guix-9421890fa24411b9481de5538bcd8d12b9dbcc5c.tar.gz guix-9421890fa24411b9481de5538bcd8d12b9dbcc5c.zip |
gnu: mc: Update to 4.8.30.
* gnu/packages/mc.scm (mc): Update to 4.8.30.
-rw-r--r-- | gnu/packages/mc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mc.scm b/gnu/packages/mc.scm index 141295ed90..881ed323cd 100644 --- a/gnu/packages/mc.scm +++ b/gnu/packages/mc.scm @@ -38,14 +38,14 @@ (define-public mc (package (name "mc") - (version "4.8.29") + (version "4.8.30") (source (origin (method url-fetch) (uri (string-append "https://ftp.osuosl.org/pub/midnightcommander/mc-" version ".tar.xz")) (sha256 - (base32 "1m0aai4paxpcf3lw1dd94zyxc7wd0ysmfwpibg50q62q9yws7n01")))) + (base32 "1py7jm620lsas7rcv5j69608gdshmp25d9gx958hr5sb2jr3rg2y")))) (build-system gnu-build-system) (native-inputs (list perl pkg-config)) (inputs (list aspell |