guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gnome-bluetooth: Fix source URL.


From: guix-commits
Subject: branch master updated: gnu: gnome-bluetooth: Fix source URL.
Date: Tue, 13 Sep 2022 08:43:31 -0400

This is an automated email from the git hooks/post-receive script.

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4d15eb2368 gnu: gnome-bluetooth: Fix source URL.
4d15eb2368 is described below

commit 4d15eb23680b11f5251bc0f5ad2ff08d03d1e2fd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Sep 13 08:42:40 2022 -0400

    gnu: gnome-bluetooth: Fix source URL.
    
    * gnu/packages/gnome.scm (gnome-bluetooth)[source]: Fix URL.
---
 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 d6d22f8eb1..5d46033431 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8897,7 +8897,7 @@ usage and information about running processes.")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-bluetooth/"
-                                  (version-major+minor version) "/"
+                                  (version-major version) "/"
                                   "gnome-bluetooth-" version ".tar.xz"))
               (sha256
                (base32



reply via email to

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