This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 47271c7ca9 gnu: Remove gssdp-1.4.
47271c7ca9 is described below
commit 47271c7ca95bdcd16f9441a32f9d4ba350eeb478
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Aug 31 13:56:39 2026 +0900
gnu: Remove gssdp-1.4.
* gnu/packages/gnome.scm (gssdp-1.4): Delete variable.
---
gnu/packages/gnome.scm | 19 -------------------
1 file changed, 19 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 5670eea744..9904c0d4d3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1319,25 +1319,6 @@ a debugging tool, @command{gssdp-device-sniffer}.")
(home-page "https://gitlab.gnome.org/GNOME/gssdp")
(license license:lgpl2.0+)))
-(define-public gssdp-1.4
- (package
- (inherit gssdp)
- (name "gssdp")
- (version "1.4.0.1")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
- "10hm8cgh2p8441xc83kswjgghrrqpzgblvc5523jp0pvayfq8xl6"))))
- (arguments
- (list #:configure-flags
- #~(list "-Dgtk_doc=true")))
- (propagated-inputs (modify-inputs propagated-inputs
- (replace "libsoup" libsoup-minimal-2)))))
-
(define-public gupnp
(package
(name "gupnp")