gnu: go-github-com-magiconair-properties: Update to 1.8.10.

* gnu/packages/golang-xyz.scm (go-github-com-magiconair-properties): Update to 1.8.10.
[argumens] <go>: Use go-1.23.

Change-Id: I0479be1e41689a0da55ffcc809004fb84901d334
This commit is contained in:
Sharlatan Hellseher 2025-06-10 13:14:52 +01:00
parent c134a2e707
commit f9f6849acb
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -12693,7 +12693,7 @@ generation.")
(define-public go-github-com-magiconair-properties
(package
(name "go-github-com-magiconair-properties")
(version "1.8.9")
(version "1.8.10")
(source
(origin
(method git-fetch)
@ -12702,10 +12702,11 @@ generation.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "05nkgdzl393505arq6hf1wxjxs2iaqkc88v5cy1s068abpl65xy0"))))
(base32 "1cmbh9y51lbn2q2i2jzjfd14spwclg88hfsj4k1kkj1xc2bkwqdj"))))
(build-system go-build-system)
(arguments
(list
#:go go-1.23
#:import-path "github.com/magiconair/properties"))
(home-page "https://github.com/magiconair/properties")
(synopsis "Java properties scanner for Go")