[PATCH] gnu: celluloid: Update to 0.25.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Christopher Baines
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
8039f73556df16c887833d67344f55518952376b.1686886812.git.kiasoc5@disroot.org
* gnu/packages/video.scm (celluloid): Update to 0.25.
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 66e6cb5408..13e5a1b57a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -780,7 +780,7 @@ (define-public aalib
(define-public celluloid
(package
(name "celluloid")
- (version "0.24")
+ (version "0.25")
(source
(origin
(method url-fetch)
@@ -788,7 +788,7 @@ (define-public celluloid
"/releases/download/v" version
"/celluloid-" version ".tar.xz"))
(sha256
- (base32 "0ns9xh582c8kajw4v2x5ap5jfiba3gxywqc2klc0v6fc3id1gqii"))))
+ (base32 "0an98lz90s4hhvrvqd1ja814mav9md9n843vhknjgcv4zmrwn0sg"))))
(build-system meson-build-system)
(arguments
(list

base-commit: 31336e9f5d68512a9c1c6826bce9f17c892a2125
--
2.41.0
Christopher Baines wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)
87y1kdn7me.fsf@cbaines.net
kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (5 lines)
> * gnu/packages/video.scm (celluloid): Update to 0.25.
> ---
> gnu/packages/video.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, I've pushed it to master as
8d46e3e0fd3a084e59d9aec2d82ca5c793728f06.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmSSGqlfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9Xd/zg/9FBBZ0vLTYfo0w9nUkwYl64CzlXhC6hlQ
1jbGuzkdcPuefgrmd0u4xuoEtLYM1As+O9ku2esBOQP0l+ImhM6Hc0WvBMYwlnoq
MqwNEaRg+rCca/J6OCN+hnTN7jpV3DwYRnHbu9RVEnac0GTuKHY4yvRB1hVKqaUy
uGzhIcpLigzKvqkvIsmMFSCDzr5xhdM/TzI1iR9TgI4u1t8U3rqlpg7yMXxG0nKO
21MwJCbcAnLrogI80If97YMAWwb+TM9625nT2FTpuI0ELMKBemZU/nDce+8M4RFy
nwTMXtMvlM5+77Q1F7/ugc34x5Je8Ls3SvTWafn0YPtQVeva0H5i229Yb2e9V0NH
EjBXnZ7xg9qFhsSy//w7KPdlvdsNTTAgtrVjsQxEEheJ/8pl90qKBBR6Dq0JNxmJ
Z4gUYnc0TX15w5LHsZgJbPLHT6bMlVO0MJiAEj/hxriovyNiafEOCQzjoO2QYDL8
kmApZJ2g4aRIe04nWTfOImed08cnvbmOE8EO9p2cHqYLENBnZPjdvOhKaDd6gZxS
Z+bxEypvp2Stu7avs13R5itntqqGLOSgPv2bUy0vs8coBErvBxacTX77d7iuqBxT
KOx8br+0EXX2WmY11yIcChcddQsa5BB26Q7yF1gMenW5flDHV4gYWCjJmurL/wPL
7JhDOgXzDxc=
=pDVu
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 64094
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help