* [bug#71041] [PATCH] readymedia: Update to 1.3.3.
@ 2024-05-18 15:41 David Pflug
2024-06-24 3:10 ` bug#71041: " Maxim Cournoyer
0 siblings, 1 reply; 2+ messages in thread
From: David Pflug @ 2024-05-18 15:41 UTC (permalink / raw)
To: 71041; +Cc: David Pflug
* gnu/packages/upnp.scm (readymedia): Update to 1.3.3.
Change-Id: I1e4a259a2279b9e836d4b1b5374af0dce092c12e
---
gnu/packages/upnp.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm
index 400e6656d1..6592f2fe7f 100644
--- a/gnu/packages/upnp.scm
+++ b/gnu/packages/upnp.scm
@@ -137,7 +137,7 @@ (define-public libupnp
(define-public readymedia
(package
(name "readymedia")
- (version "1.3.1")
+ (version "1.3.3")
(source
(origin
(method git-fetch)
@@ -147,7 +147,7 @@ (define-public readymedia
"v" (string-replace-substring version "." "_")))))
(file-name (git-file-name name version))
(sha256
- (base32 "09fg3697wshg0j46mi3bp2i6ypiqm39vmzx52bci8r6j07yz7fwx"))))
+ (base32 "1al04jx72bxwqch1nv9lx536mb6pvj7pgnqzy6lm32q6xa114yr2"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--with-os-name=Linux") ; uname -s
base-commit: e9b25a6c6c626a560d28a1f732e6e5d362d584a4
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-24 3:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-18 15:41 [bug#71041] [PATCH] readymedia: Update to 1.3.3 David Pflug
2024-06-24 3:10 ` bug#71041: " Maxim Cournoyer
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.