guix-commits
[Top][All Lists]
Advanced

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

05/15: gnu: librsvg-next: Have its name match its symbol.


From: guix-commits
Subject: 05/15: gnu: librsvg-next: Have its name match its symbol.
Date: Fri, 12 Mar 2021 09:07:17 -0500 (EST)

apteryx pushed a commit to branch staging
in repository guix.

commit 95398c7139289607ffa91f630fd5f4d64984c1cf
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 11 12:37:22 2021 -0500

    gnu: librsvg-next: Have its name match its symbol.
    
    * gnu/packages/gnome.scm (librsvg-next)[name]: Change to librsvg-next.
---
 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 7917299..16723a2 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3350,7 +3350,7 @@ library.")
 
 (define-public librsvg-next
   (package
-    (name "librsvg")
+    (name "librsvg-next")
     (version "2.50.2")
     (source (origin
               (method url-fetch)



reply via email to

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