[PATCH] readymedia: Update to 1.3.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • David Pflug
  • Maxim Cournoyer
Owner
unassigned
Submitted by
David Pflug
Severity
normal
D
D
David Pflug wrote on 18 May 17:41 +0200
(address . guix-patches@gnu.org)(name . David Pflug)(address . david@pflug.io)
20f62f7616cab38a2fd476b336bd97f09fe41634.1716046866.git.david@pflug.io
* 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(-)

Toggle diff (26 lines)
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
M
M
Maxim Cournoyer wrote on 24 Jun 05:10 +0200
(name . David Pflug)(address . david@pflug.io)(address . 71041-done@debbugs.gnu.org)
87pls73uiu.fsf@gmail.com
Hi,

David Pflug <david@pflug.io> writes:

Toggle quote (4 lines)
> * gnu/packages/upnp.scm (readymedia): Update to 1.3.3.
>
> Change-Id: I1e4a259a2279b9e836d4b1b5374af0dce092c12e

Likewise.

--
Thanks,
Maxim
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71041@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71041
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch