gnu: libscfg: Update to 0.2.0.

* gnu/packages/serialization.scm (libscfg): Update to 0.2.0.
[home-page]: Update to new url.
[source]: Update to new url.

Change-Id: Ic012ffd552bb999cc8f9c60939386e94c61ae51a
This commit is contained in:
jgart 2025-12-24 15:37:26 -06:00
parent 9a01dc440c
commit 28d2071f71
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -416,17 +416,17 @@ that implements both the msgpack and msgpack-rpc specifications.")
(define-public libscfg
(package
(name "libscfg")
(version "0.1.1")
(home-page "https://git.sr.ht/~emersion/libscfg")
(version "0.2.0")
(home-page "https://codeberg.org/emersion/libscfg")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://git.sr.ht/~emersion/libscfg")
(url "https://codeberg.org/emersion/libscfg")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1b1ps7wba4anm3x1yndnd730dwl6rdz3zwjgxmsyq31fnjrjydv9"))))
(base32 "05csd5923yc6yknyvyr95wkhway65app69a3w5c0mmk61wf42sk5"))))
(build-system meson-build-system)
(synopsis "Scfg library written in C")
(description