guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: fpc: Update to 3.2.2.


From: guix-commits
Subject: branch master updated: gnu: fpc: Update to 3.2.2.
Date: Wed, 23 Jun 2021 20:29:46 -0400

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

dannym pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 67b682f  gnu: fpc: Update to 3.2.2.
67b682f is described below

commit 67b682f0ba10ca7aaf8ca5fc6a6ce4baf86b7d19
Author: Danny Milosavljevic <dannym@scratchpost.org>
AuthorDate: Thu Jun 24 02:20:10 2021 +0200

    gnu: fpc: Update to 3.2.2.
    
    * gnu/packages/pascal.scm (fpc): Update to 3.2.2.
---
 gnu/packages/pascal.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pascal.scm b/gnu/packages/pascal.scm
index 88bc354..0fdbecf 100644
--- a/gnu/packages/pascal.scm
+++ b/gnu/packages/pascal.scm
@@ -55,7 +55,7 @@
 (define-public fpc
   (package
     (name "fpc")
-    (version "3.2.0")                   ; Update release date below!
+    (version "3.2.2")                   ; Update release date below!
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/freepascal/Source/"
@@ -63,7 +63,7 @@
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0f38glyn3ffmqww432snhx2b8wyrq0yj1njkp4zh56lqrvm19fgr"))
+                "07qna2pvlpa7j0i2wdixjxpizdvffv51nbr1waczk0xv8cq9kvw5"))
               (patches (search-patches "fpc-reproducibility.patch"))
               (modules '((guix build utils)))
               (snippet



reply via email to

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