GNU bug report logs -
#69031
[PATCH] gnu: celluloid: Update to 0.26.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Sun, 11 Feb 2024 04:37:02 UTC
Severity: normal
Tags: patch
Done: John Kehayias <john.kehayias <at> protonmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/video.scm (celluloid): Update to 0.26.
Change-Id: I1a39e1d615ea7cb5d96b30cd5283137472b6d946
---
gnu/packages/video.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ef69c1dcc8..03bc7d89b5 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -843,7 +843,7 @@ (define-public aalib
(define-public celluloid
(package
(name "celluloid")
- (version "0.25")
+ (version "0.26")
(source
(origin
(method url-fetch)
@@ -851,7 +851,7 @@ (define-public celluloid
"/releases/download/v" version
"/celluloid-" version ".tar.xz"))
(sha256
- (base32 "0an98lz90s4hhvrvqd1ja814mav9md9n843vhknjgcv4zmrwn0sg"))))
+ (base32 "1pjxmvjjvw9k0kvhhqp4x73x6a0mslffsdil431q8m3iwasffwb1"))))
(build-system meson-build-system)
(arguments
(list
base-commit: f45d05133472a9da13eae20ba4a676c696682c90
--
2.41.0
This bug report was last modified 1 year and 100 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.