all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45315] [PATCH 1/2] gnu: lollypop: Add dependency on glib-networking.
@ 2020-12-18 19:08 Vinicius Monego
  2020-12-18 19:10 ` [bug#45315] [PATCH 2/2] gnu: lollypop: Update to 1.4.6 Vinicius Monego
  2020-12-22 14:14 ` bug#45315: [PATCH 1/2] gnu: lollypop: Add dependency on glib-networking Ludovic Courtès
  0 siblings, 2 replies; 3+ messages in thread
From: Vinicius Monego @ 2020-12-18 19:08 UTC (permalink / raw)
  To: 45315; +Cc: Vinicius Monego

* gnu/packages/gnome.scm (lollypop): Add dependency on glib-networking.
---
This dependency is required for the web features.

 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a55900f9a1..4faa6d5daa 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10330,7 +10330,8 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
        ("gtk+:bin" ,gtk+ "bin")         ; For gtk-update-icon-cache
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("gobject-introspection" ,gobject-introspection)
+     `(("glib-networking" ,glib-networking)
+       ("gobject-introspection" ,gobject-introspection)
        ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("gst-plugins-base" ,gst-plugins-base)
        ("libnotify" ,libnotify)
-- 
2.29.2





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

* [bug#45315] [PATCH 2/2] gnu: lollypop: Update to 1.4.6.
  2020-12-18 19:08 [bug#45315] [PATCH 1/2] gnu: lollypop: Add dependency on glib-networking Vinicius Monego
@ 2020-12-18 19:10 ` Vinicius Monego
  2020-12-22 14:14 ` bug#45315: [PATCH 1/2] gnu: lollypop: Add dependency on glib-networking Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Vinicius Monego @ 2020-12-18 19:10 UTC (permalink / raw)
  To: 45315; +Cc: Vinicius Monego

* gnu/packages/gnome.scm (lollypop): Update to 1.4.6.
---
 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 4faa6d5daa..57ad0f0adf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10293,14 +10293,14 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
 (define-public lollypop
   (package
     (name "lollypop")
-    (version "1.4.2")
+    (version "1.4.6")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://adishatz.org/lollypop/"
                            "lollypop-" version ".tar.xz"))
        (sha256
-        (base32 "1hfl68gkvqy5kxlmrsalz78mw1bs1yvqvy2rhg7pzgwiazsdvwzz"))))
+        (base32 "1hlahr50gsagx1ifcdk4yn43xps6w0vqn0gnd6xckfc7qmg1pgq7"))))
     (build-system meson-build-system)
     (arguments
      `(#:imported-modules
-- 
2.29.2





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

* bug#45315: [PATCH 1/2] gnu: lollypop: Add dependency on glib-networking.
  2020-12-18 19:08 [bug#45315] [PATCH 1/2] gnu: lollypop: Add dependency on glib-networking Vinicius Monego
  2020-12-18 19:10 ` [bug#45315] [PATCH 2/2] gnu: lollypop: Update to 1.4.6 Vinicius Monego
@ 2020-12-22 14:14 ` Ludovic Courtès
  1 sibling, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2020-12-22 14:14 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 45315-done

Vinicius Monego <monego@posteo.net> skribis:

> * gnu/packages/gnome.scm (lollypop): Add dependency on glib-networking.

[...]

> * gnu/packages/gnome.scm (lollypop): Update to 1.4.6.

Applied, thanks!

Ludo’.




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

end of thread, other threads:[~2020-12-22 14:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18 19:08 [bug#45315] [PATCH 1/2] gnu: lollypop: Add dependency on glib-networking Vinicius Monego
2020-12-18 19:10 ` [bug#45315] [PATCH 2/2] gnu: lollypop: Update to 1.4.6 Vinicius Monego
2020-12-22 14:14 ` bug#45315: [PATCH 1/2] gnu: lollypop: Add dependency on glib-networking Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.