unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* bug#27313: [PATCH] gnu: libgxps: Add folder separator before name in source uri
@ 2017-06-10 17:01 djwj
  2017-06-10 21:40 ` Danny Milosavljevic
  0 siblings, 1 reply; 2+ messages in thread
From: djwj @ 2017-06-10 17:01 UTC (permalink / raw)
  To: 27313; +Cc: djwj

* gnu/packages/gnome.scm (libgxps): Add / before package name in source uri
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 293df870e..d3f734450 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -294,7 +294,7 @@ access the common Google services, and has full asynchronous support.")
     (version "0.2.5")
     (source (origin
               (method url-fetch)
-              (uri (string-append "mirror://gnome/sources" name "/"
+              (uri (string-append "mirror://gnome/sources/" name "/"
                                   (version-major+minor version) "/"
                                   name "-" version ".tar.xz"))
               (sha256
-- 
2.12.2

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#27313: [PATCH] gnu: libgxps: Add folder separator before name in source uri
  2017-06-10 17:01 bug#27313: [PATCH] gnu: libgxps: Add folder separator before name in source uri djwj
@ 2017-06-10 21:40 ` Danny Milosavljevic
  0 siblings, 0 replies; 2+ messages in thread
From: Danny Milosavljevic @ 2017-06-10 21:40 UTC (permalink / raw)
  To: djwj; +Cc: 27313-done

Hi,

On Sat, 10 Jun 2017 18:01:05 +0100
djwj <daniel@wilshirejones.com> wrote:

> * gnu/packages/gnome.scm (libgxps): Add / before package name in source uri
> ---
>  gnu/packages/gnome.scm | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks! Applied to master as 7f10628ca8e7693cd421d2a3f3ae67e864b67998.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-10 21:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-10 17:01 bug#27313: [PATCH] gnu: libgxps: Add folder separator before name in source uri djwj
2017-06-10 21:40 ` Danny Milosavljevic

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).