[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/06: gnu: epiphany: Don't use NAME in source URI.
From: |
guix-commits |
Subject: |
06/06: gnu: epiphany: Don't use NAME in source URI. |
Date: |
Tue, 16 Apr 2019 16:40:20 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit dd3266ecde51896fea45ed763b3a360810364503
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Apr 16 22:39:49 2019 +0200
gnu: epiphany: Don't use NAME in source URI.
* gnu/packages/gnome.scm (epiphany)[source]: Hard-code NAME.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5ebff40..101c0ce 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4251,9 +4251,9 @@ a secret password store, an adblocker, and a modern UI.")
(version "3.28.3.1")
(source (origin
(method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
+ (uri (string-append "mirror://gnome/sources/epiphany/"
(version-major+minor version) "/"
- name "-" version ".tar.xz"))
+ "epiphany-" version ".tar.xz"))
(sha256
(base32
"1xz6xl6b0iihvczyr0cs1z5ifvpai6anb4m0ng1caiph06klc1b9"))))
- branch master updated (bcfb110 -> dd3266e), guix-commits, 2019/04/16
- 03/06: gnu: avrdude: Use @acronym{} mark-up., guix-commits, 2019/04/16
- 01/06: gnu: singular: Update to 4.1.2p1., guix-commits, 2019/04/16
- 04/06: gnu: docker, docker-cli: Update to 18.09.5., guix-commits, 2019/04/16
- 02/06: gnu: avrdude: Update to 6.3., guix-commits, 2019/04/16
- 06/06: gnu: epiphany: Don't use NAME in source URI.,
guix-commits <=
- 05/06: gnu: eolie: Update to 0.9.60., guix-commits, 2019/04/16