gnu: go-github-com-arran4-golang-ical: Update to 0.3.1.

* gnu/packages/golang.scm (go-github-com-arran4-golang-ical): Update to 0.3.1.
[propagated-inputs]: Remove go-gopkg-in-yaml-v3, go-gopkg-in-check-v1,
go-github-com-stretchr-testify, go-github-com-niemeyer-pretty,
go-github-com-kr-text, and go-github-com-davecgh-go-spew.
[native-inputs]: Add go-github-com-google-go-cmp and go-github-com-stretchr-testify.

Change-Id: I9a41eb87c75136e397278d01d7b0d7b846adfba7
This commit is contained in:
Sharlatan Hellseher 2024-07-28 22:07:18 +01:00
parent 38e174e350
commit 190e98f8fb
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -8859,25 +8859,22 @@ (define-public go-github-com-niemeyer-pretty
(define-public go-github-com-arran4-golang-ical (define-public go-github-com-arran4-golang-ical
(package (package
(name "go-github-com-arran4-golang-ical") (name "go-github-com-arran4-golang-ical")
(version "0.0.0-20220517104411-fd89fefb0182") (version "0.3.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/arran4/golang-ical") (url "https://github.com/arran4/golang-ical")
(commit (go-version->git-ref version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0bxs0b5yg26liiifc0cc41l307r0wc93hp8iygv8dgpc60yzncaw")))) "0gcn5afds1dnq3wrl4ndi4wqqwmrnvh9pdqhyv77d3cqakn82vj3"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list #:import-path "github.com/arran4/golang-ical")) (list #:import-path "github.com/arran4/golang-ical"))
(propagated-inputs (list go-gopkg-in-yaml-v3 (native-inputs
go-gopkg-in-check-v1 (list go-github-com-google-go-cmp
go-github-com-stretchr-testify go-github-com-stretchr-testify))
go-github-com-niemeyer-pretty
go-github-com-kr-text
go-github-com-davecgh-go-spew))
(home-page "https://github.com/arran4/golang-ical") (home-page "https://github.com/arran4/golang-ical")
(synopsis "Handle iCalenders in Go") (synopsis "Handle iCalenders in Go")
(description (description