me
/
guix
Archived
1
0
Fork 0

gnu: guile-json: Update to 4.4.1.

* gnu/packages/guile.scm (guile-json-4): Update to 4.4.1.
master
Ludovic Courtès 2020-12-27 22:13:27 +01:00
parent 40afc2f4e2
commit f9e1baa893
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -578,14 +578,14 @@ specification. These are the main features:
(package
(inherit guile-json-3)
(name "guile-json")
(version "4.3.2")
(version "4.4.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://savannah/guile-json/guile-json-"
version ".tar.gz"))
(sha256
(base32
"0255c7f053z4p9mqzhpxwbfx3y47j9nfvlgnm8xasdclyzmjl9y2"))))))
"1xq4f59rdk28xy4sdn6amy07aa19ikrk48iily3kfhwpkbg6v9jj"))))))
(define-public guile2.2-json
(package-for-guile-2.2 guile-json-4))