emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#69031: closed ([PATCH] gnu: celluloid: Update to 0.26.)


From: GNU bug Tracking System
Subject: bug#69031: closed ([PATCH] gnu: celluloid: Update to 0.26.)
Date: Wed, 14 Feb 2024 21:23:03 +0000

Your message dated Wed, 14 Feb 2024 21:21:51 +0000
with message-id <87v86qlp1v.fsf@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@gnu.org.)


-- 
69031: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69031
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: celluloid: Update to 0.26. Date: Sat, 10 Feb 2024 23:35:35 -0500
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#69031] [PATCH] gnu: celluloid: Update to 0.26. Date: Wed, 14 Feb 2024 21:21:51 +0000
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!



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]