mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: mc: Update to 4.8.30.
* gnu/packages/mc.scm (mc): Update to 4.8.30.
This commit is contained in:
parent
d0776ff44c
commit
9421890fa2
1 changed files with 2 additions and 2 deletions
|
@ -38,14 +38,14 @@ (define-module (gnu packages mc)
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue