gnu: fpc: Update to 3.2.2.
* gnu/packages/pascal.scm (fpc): Update to 3.2.2.
This commit is contained in:
parent
834f78f7ea
commit
67b682f0ba
1 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@
|
||||||
(define-public fpc
|
(define-public fpc
|
||||||
(package
|
(package
|
||||||
(name "fpc")
|
(name "fpc")
|
||||||
(version "3.2.0") ; Update release date below!
|
(version "3.2.2") ; Update release date below!
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/freepascal/Source/"
|
(uri (string-append "mirror://sourceforge/freepascal/Source/"
|
||||||
|
@ -63,7 +63,7 @@
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0f38glyn3ffmqww432snhx2b8wyrq0yj1njkp4zh56lqrvm19fgr"))
|
"07qna2pvlpa7j0i2wdixjxpizdvffv51nbr1waczk0xv8cq9kvw5"))
|
||||||
(patches (search-patches "fpc-reproducibility.patch"))
|
(patches (search-patches "fpc-reproducibility.patch"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Reference in a new issue