[PATCH] gnu: wf-recorder: Update to 0.3.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Ludovic Courtès
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)
20221105023749.7077-1-kiasoc5@disroot.org
* gnu/packages/video.scm (wf-recorder): Update to 0.3.0.
---
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 a75be99b58..c81e251880 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5354,7 +5354,7 @@ (define-public peek
(define-public wf-recorder
(package
(name "wf-recorder")
- (version "0.2.1")
+ (version "0.3.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -5363,7 +5363,7 @@ (define-public wf-recorder
(file-name (git-file-name name version))
(sha256
(base32
- "1cw6kpcbl33wh95pvy32xrsrm6kkk1awccr3phyh885xjs3b3iim"))))
+ "18csvix8fdqir52q729rgcy355xy2ngvmr05l1abflpbvsklbn52"))))
(build-system meson-build-system)
(native-inputs
(list pkg-config))

base-commit: a65cd830084b20f95d39f565ea5cd0da8e8b09ad
--
2.38.0
Ludovic Courtès wrote 2 years ago
control message for bug #59037
(address . control@debbugs.gnu.org)
87pmdppyca.fsf@gnu.org
close 59037
quit
?
Your comment

This issue is archived.

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

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