[PATCH] gnu: celluloid: Update to 0.26.

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

Debbugs page

kiasoc5 wrote 1 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
d6c790d3b506f2e40670c0443cc135e73ade898c.1707012516.git.kiasoc5@disroot.org
* gnu/packages/video.scm (celluloid): Update to 0.26.

Change-Id: I1a39e1d615ea7cb5d96b30cd5283137472b6d946
---
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 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
John Kehayias wrote 1 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)(address . 69031-done@debbugs.gnu.org)
87v86qlp1v.fsf@protonmail.com
On Sat, Feb 10, 2024 at 11:35 PM, kiasoc5 wrote:

Toggle quote (32 lines)
> * 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!
Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 69031
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