[PATCH] gnu: gnucobol: Update to 3.2

  • Done
  • quality assurance status badge
Details
One participant
  • Andy Tai
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 2 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
1fd6b79c8b2d68ec422f4907da7b37cf61346091.1690602195.git.atai@atai.org
* gnu/packages/cobol.scm (gnucobol): Update to 3.2
---
gnu/packages/cobol.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/cobol.scm b/gnu/packages/cobol.scm
index a67eef3cd4..a23abac46a 100644
--- a/gnu/packages/cobol.scm
+++ b/gnu/packages/cobol.scm
@@ -33,7 +33,7 @@ (define-module (gnu packages cobol)
(define-public gnucobol
(package
(name "gnucobol")
- (version "3.1.2")
+ (version "3.2")
(source
(origin
(method url-fetch)
@@ -42,7 +42,7 @@ (define-public gnucobol
version ".tar.xz"))
(sha256
(base32
- "0x15ybfm63g7c9340fc6712h9v59spnbyaz4rf85pmnp3zbhaw2r"))))
+ "1qifkkrmscc5csri1l4rm9pbik74c3pc5za1rzx7jizddks8md1v"))))
(arguments
(list
#:configure-flags

base-commit: e43cbeafd1b632f39b08b3644af5230d5350a656
--
2.41.0
Andy Tai wrote 2 years ago
(name . GNU bug tracker automated control server)(address . control@debbugs.gnu.org)
CAJsg1E-sRHVkxQQ-wu0yHjRjXBimpm4-ORCLHr+QvsXkg0r8cw@mail.gmail.com
close 64926
thanks
patch out of date
?
Your comment

This issue is archived.

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

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