guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: lollypop: Don't use NAME in source URI.


From: guix-commits
Subject: 06/06: gnu: lollypop: Don't use NAME in source URI.
Date: Tue, 29 Oct 2019 09:13:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3275d43dd93fd99358d6b67fdc9262a9bfe12d8c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Oct 29 14:09:55 2019 +0100

    gnu: lollypop: Don't use NAME in source URI.
    
    * gnu/packages/gnome.scm (lollypop)[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 bb84257..3c7882c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7789,8 +7789,8 @@ views can be printed as PDF or PostScript files, or 
exported to HTML.")
      (origin
        (method url-fetch)
        (uri (string-append "https://gitlab.gnome.org/World/lollypop/uploads/";
-                           "5a7cd7c72b6d83ae08d0c54c4691f9df/"
-                           name "-" version ".tar.xz"))
+                           "aa4fbd92bf338296c28e54710271ccab/"
+                           "lollypop-" version ".tar.xz"))
        (sha256
         (base32
          "1r5wn0bja9psz6nr1rcaysdkkwz84rbyzpdfw66cxa6wiy52pkjm"))))



reply via email to

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