guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#35828] [PATCH 11/31] gnu: mate-menus: Use mirror://mate/ in source


From: guy fleury iteriteka
Subject: [bug#35828] [PATCH 11/31] gnu: mate-menus: Use mirror://mate/ in source URI.
Date: Tue, 21 May 2019 10:50:52 +0200

* gnu/packages/mate.scm(mate-menus)[source](uri): Use "mirror://mate/"
  instead of "https://pub.mate-desktop.org/releases/"; directly.
---
 gnu/packages/mate.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 3d777c6..4f63fd1 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -513,14 +513,14 @@ MATE desktop environment.")
   (package
     (name "mate-menus")
     (version "1.22.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://pub.mate-desktop.org/releases/";
-                                  (version-major+minor version) "/"
-                                  name "-" version ".tar.xz"))
-              (sha256
-               (base32
-                "1lkakbf2f1815c146z4xp5f0h4lim6jzr02681wbvzalc6k97v5c"))))
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://mate/" (version-major+minor version) "/"
+                           name "-" version ".tar.xz"))
+       (sha256
+        (base32
+         "1lkakbf2f1815c146z4xp5f0h4lim6jzr02681wbvzalc6k97v5c"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases
-- 
2.21.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]