me
/
guix
Archived
1
0
Fork 0

gnu: gawk: Update to 5.2.0.

* gnu/packages/gawk.scm (gawk): Update to 5.2.0.
master
Marius Bakke 2022-09-05 10:31:51 +02:00
parent c527b0ce23
commit 845bc59402
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -39,13 +39,13 @@
(define-public gawk
(package
(name "gawk")
(version "5.1.1")
(version "5.2.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/gawk/gawk-" version
".tar.xz"))
(sha256
(base32 "18kybw47fb1sdagav7aj95r9pp09r5gm202y3ahvwjw9dqw2jxnq"))))
(base32 "064hccnn6644bs96z8fcws1wkm32066j106a2plfh47gqb8vmpg4"))))
(build-system gnu-build-system)
(arguments
(list #:phases