3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: mc: Update to 4.8.25.

* gnu/packages/mc.scm (mc): Update to 4.8.25.
This commit is contained in:
Tobias Geerinckx-Rice 2020-07-19 16:37:41 +02:00
parent d0ff7e1c94
commit 4437eb1d94
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -37,14 +37,14 @@
(define-public mc
(package
(name "mc")
(version "4.8.24")
(version "4.8.25")
(source
(origin
(method url-fetch)
(uri (string-append "https://ftp.midnight-commander.org/mc-"
version ".tar.xz"))
(sha256
(base32 "0ikd2yql44p7nagmb08dmjqdwadclnvgr7ri9pmzc2s5f301r7w5"))))
(base32 "12jlnabnc91xsm35g99g2wnh96jmznvrhffd18rj7fqfy8brdhgz"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("perl" ,perl)))