[PATCH] gnu: cowsay: Update to 3.8.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Graves
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 5 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
7c5d089825c62bfaf186fca528c30e76890fc5a1.1728822017.git.poptsov.artyom@gmail.com
* gnu/packages/games.scm (cowsay): Update to 3.8.3.

Change-Id: If6cbf75bec4bf95611356ee54d88c53c1389cf6f
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 8137015fcf..41b4f92312 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1309,7 +1309,7 @@ (define-public cowsay
;; us today is a bunch of fixes that other distros shipped as patches.
(package
(name "cowsay")
- (version "3.7.0")
+ (version "3.8.3")
(source
(origin
(method git-fetch)
@@ -1318,7 +1318,7 @@ (define-public cowsay
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0yrgwwacrhsgpyp14c3imkd4bb9b4i68q4df9cq1i1fh4fc2nn5p"))))
+ (base32 "0xdrpqj0lf3x1aib4s1bqfq4p7dxxlw1560pp1kw6pk3mzyvxih5"))))
(build-system gnu-build-system)
(arguments
(list #:make-flags

base-commit: e4f5eb6c01727ef143e533019e74830e00d6f5d2
--
2.46.0
Nicolas Graves wrote 5 months ago
(address . 73789@debbugs.gnu.org)
877ca8vz27.fsf@ngraves.fr
Hi Artyom,

Seems like QA was under maintenance during the evaluation of your
submission, and failed to process the guix revision.

I'm sending the same patch in a new revision of for QA to start a new
evaluation.

--
Best regards,
Nicolas Graves
Nicolas Graves wrote 5 months ago
control message for bug #73789
(address . control@debbugs.gnu.org)
871q0bcdq5.fsf@ngraves.fr
close 73789
quit

Seems already merged

--
Best regards,
Nicolas Graves
?
Your comment

This issue is archived.

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

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