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
[Message part 1 (text/plain, inline)]
Your message dated Wed, 14 Feb 2024 21:21:51 +0000
with message-id <87v86qlp1v.fsf <at> protonmail.com>
and subject line Re: [bug#69031] [PATCH] gnu: celluloid: Update to 0.26.
has caused the debbugs.gnu.org bug report #69031,
regarding [PATCH] gnu: celluloid: Update to 0.26.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
69031: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69031
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* 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
[Message part 3 (message/rfc822, inline)]
On Sat, Feb 10, 2024 at 11:35 PM, kiasoc5 wrote:
> * 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
Pushed as ed0542bb1c32f7390488ada1edc38676872038aa thanks!
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.