nckx pushed a commit to branch master
in repository guix.
commit 30bbe72db357e2a8e79020c2d1c1c80d7f4c7e89
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Wed Jan 8 03:36:01 2020 +0100
gnu: mate-terminal: Don't use NAME in source URI.
* gnu/packages/mate.scm (mate-terminal)[source]: Hard-code NAME.
---
gnu/packages/mate.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index d55d1b4..cb4656d 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2016 Fabian Harfert <[email protected]>
;;; Copyright © 2016, 2017 Efraim Flashner <[email protected]>
;;; Copyright © 2017 ng0 <[email protected]>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2019 Ludovic Courtès <[email protected]>
;;; Copyright © 2019 Guy Fleury Iteriteka <[email protected]>
;;;
@@ -306,7 +306,7 @@ the MATE desktop environment.")
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
- name "-" version ".tar.xz"))
+ "mate-terminal-" version ".tar.xz"))
(sha256
(base32
"16r492s34la2fs2cj1xr0r93wkjglwy77jyrc66i2ahs9gnivj4g"))))