guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: gnucobol: Update to 3.2.


From: guix-commits
Subject: branch master updated: gnu: gnucobol: Update to 3.2.
Date: Sun, 30 Jul 2023 03:06:42 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 2c8da3d824 gnu: gnucobol: Update to 3.2.
2c8da3d824 is described below

commit 2c8da3d8242ea65c060a40774f3dd8f9233be423
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jul 30 10:01:11 2023 +0300

    gnu: gnucobol: Update to 3.2.
    
    * gnu/packages/cobol.scm (gnucobol): Update to 3.2.
---
 gnu/packages/cobol.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cobol.scm b/gnu/packages/cobol.scm
index a67eef3cd4..b864dfff0f 100644
--- a/gnu/packages/cobol.scm
+++ b/gnu/packages/cobol.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017, 2018, 2021, 2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2017, 2018, 2021-2023 Efraim Flashner <efraim@flashner.co.il>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -33,7 +33,7 @@
 (define-public gnucobol
   (package
     (name "gnucobol")
-    (version "3.1.2")
+    (version "3.2")
     (source
       (origin
         (method url-fetch)
@@ -42,7 +42,7 @@
                version ".tar.xz"))
         (sha256
          (base32
-          "0x15ybfm63g7c9340fc6712h9v59spnbyaz4rf85pmnp3zbhaw2r"))))
+          "1qifkkrmscc5csri1l4rm9pbik74c3pc5za1rzx7jizddks8md1v"))))
     (arguments
      (list
        #:configure-flags



reply via email to

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