[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
160/377: gnu: mc: Update to 4.8.27.
From: |
guix-commits |
Subject: |
160/377: gnu: mc: Update to 4.8.27. |
Date: |
Thu, 2 Sep 2021 17:55:15 -0400 (EDT) |
raghavgururajan pushed a commit to branch wip-gnome
in repository guix.
commit d1d9206180763f8291c82b1a6240b3640bd4f238
Author: Sergei Trofimovich <slyich@gmail.com>
AuthorDate: Wed Aug 18 23:39:20 2021 +0100
gnu: mc: Update to 4.8.27.
Switched to direct mirror URI to match SSL certificate issuer
(home page does not provide a download link over secure protocols).
While at it added 'release-monitoing-url property to allow
'generic-html updater to fetch latest version from correct location.
Otherwise the only available updater is 'gnu-ftp (which forces downgrade
to ancient 4.6.1 release).
* gnu/packages/mc.scm (mc): Update to 4.8.27. Explicitly set
release-monitoing-url to up to date location.
---
gnu/packages/mc.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/mc.scm b/gnu/packages/mc.scm
index b9dea3b..e07191e 100644
--- a/gnu/packages/mc.scm
+++ b/gnu/packages/mc.scm
@@ -38,14 +38,14 @@
(define-public mc
(package
(name "mc")
- (version "4.8.26")
+ (version "4.8.27")
(source
(origin
(method url-fetch)
- (uri (string-append "https://ftp.midnight-commander.org/mc-"
+ (uri (string-append "https://ftp.osuosl.org/pub/midnightcommander/mc-"
version ".tar.xz"))
(sha256
- (base32 "09vc2vf6k12a8k5gdss6hcskwfcbyalrkhn65nidkwlm0p2svpn6"))))
+ (base32 "1x2g5ahgzg951y4ldbsgkv8icni2mgh3p2wsds0j16gsbwi5kgii"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)
("pkg-config" ,pkg-config)))
@@ -97,6 +97,8 @@
(("usr/bin") "/"))
#t)))))
(home-page "https://www.midnight-commander.org")
+ (properties
+ `((release-monitoring-url .
"https://ftp.osuosl.org/pub/midnightcommander/")))
(synopsis "Graphical file manager")
(description
"GNU Midnight Commander is a command-line file manager laid out in a
- 138/377: gnu: Add r-zoib., (continued)
- 138/377: gnu: Add r-zoib., guix-commits, 2021/09/02
- 142/377: gnu: Add rust-nix-0.22., guix-commits, 2021/09/02
- 140/377: gnu: rust-thiserror-1: Update to 1.0.26., guix-commits, 2021/09/02
- 147/377: gnu: Add rust-polars-core-0.15., guix-commits, 2021/09/02
- 149/377: gnu: Add rust-polars-io-0.15., guix-commits, 2021/09/02
- 150/377: gnu: Add rust-polars-lazy-0.15., guix-commits, 2021/09/02
- 151/377: gnu: Add rust-polars-0.15., guix-commits, 2021/09/02
- 152/377: gnu: Add rust-jsonpath-lib-0.3., guix-commits, 2021/09/02
- 154/377: gnu: Add rust-bigdecimal-rs-0.2., guix-commits, 2021/09/02
- 158/377: gnu: nushell: Update to 0.36.0., guix-commits, 2021/09/02
- 160/377: gnu: mc: Update to 4.8.27.,
guix-commits <=
- 162/377: gnu: emacs-guix: Update to 0.5.2.5-c9aef52., guix-commits, 2021/09/02
- 164/377: gnu: python-pytest-timeout: Update to 1.4.2., guix-commits, 2021/09/02
- 166/377: gnu: python-greenlet: Update to 1.1.1., guix-commits, 2021/09/02
- 170/377: gnu: Add r-cytonorm., guix-commits, 2021/09/02
- 171/377: gnu: Add python-strawc., guix-commits, 2021/09/02
- 172/377: gnu: Add python-hmmlearn., guix-commits, 2021/09/02
- 176/377: gnu: java-opening-hours-parser: Update to 0.23.0., guix-commits, 2021/09/02
- 174/377: gnu: postgresql-10: Update to 10.18., guix-commits, 2021/09/02
- 177/377: gnu: josm: Update to 18118., guix-commits, 2021/09/02
- 180/377: gnu: opencl-clhpp: Update to 2.0.15., guix-commits, 2021/09/02