diff options
| author | Danny Milosavljevic <dannym@scratchpost.org> | 2021-06-24 02:20:10 +0200 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@scratchpost.org> | 2021-06-24 02:29:13 +0200 |
| commit | 67b682f0ba10ca7aaf8ca5fc6a6ce4baf86b7d19 (patch) | |
| tree | 5864da16c93657e64d98e37aac84b2cd0cd99b6d | |
| parent | 834f78f7ea81cae7d04f6289358802f808513828 (diff) | |
gnu: fpc: Update to 3.2.2.
* gnu/packages/pascal.scm (fpc): Update to 3.2.2.
| -rw-r--r-- | gnu/packages/pascal.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/pascal.scm b/gnu/packages/pascal.scm index 88bc354269b..0fdbecf05c2 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 |
