[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/38: gnu: go-github-com-arran4-golang-ical: Update to 0.3.1.
From: |
guix-commits |
Subject: |
25/38: gnu: go-github-com-arran4-golang-ical: Update to 0.3.1. |
Date: |
Sun, 28 Jul 2024 17:56:49 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 190e98f8fb50d5f98b27e6ca075b216e253b685a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Jul 28 22:07:18 2024 +0100
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
---
gnu/packages/golang.scm | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 9197f377fc..e50b3f3101 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -8859,25 +8859,22 @@ terminal.")
(define-public go-github-com-arran4-golang-ical
(package
(name "go-github-com-arran4-golang-ical")
- (version "0.0.0-20220517104411-fd89fefb0182")
+ (version "0.3.1")
(source (origin
(method git-fetch)
(uri (git-reference
(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))
(sha256
(base32
- "0bxs0b5yg26liiifc0cc41l307r0wc93hp8iygv8dgpc60yzncaw"))))
+ "0gcn5afds1dnq3wrl4ndi4wqqwmrnvh9pdqhyv77d3cqakn82vj3"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/arran4/golang-ical"))
- (propagated-inputs (list 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
- go-github-com-davecgh-go-spew))
+ (native-inputs
+ (list go-github-com-google-go-cmp
+ go-github-com-stretchr-testify))
(home-page "https://github.com/arran4/golang-ical")
(synopsis "Handle iCalenders in Go")
(description
- 36/38: gnu: go-github-com-emersion-go-msgauth: Enable tests., (continued)
- 36/38: gnu: go-github-com-emersion-go-msgauth: Enable tests., guix-commits, 2024/07/28
- 32/38: gnu: go-github-com-emersion-go-maildir: Move to golang-web., guix-commits, 2024/07/28
- 30/38: gnu: go-github-com-emersion-go-imap-idle: Move to golang-web., guix-commits, 2024/07/28
- 21/38: gnu: go-github-com-fsnotify-fsnotify: Update to 1.7.0., guix-commits, 2024/07/28
- 23/38: gnu: go-github-com-emersion-go-msgauth: Update to 0.6.8., guix-commits, 2024/07/28
- 26/38: gnu: go-github-com-lithammer-fuzzysearch: Update to 1.1.8., guix-commits, 2024/07/28
- 27/38: gnu: go-github-com-emersion-go-milter: Update to 0.4.1., guix-commits, 2024/07/28
- 34/38: gnu: go-github-com-emersion-go-milter: Move to golang-web., guix-commits, 2024/07/28
- 37/38: gnu: go-github-com-emersion-go-sasl: Move to golang-web., guix-commits, 2024/07/28
- 24/38: gnu: go-github-com-go-ini-ini: Update to 1.67.0., guix-commits, 2024/07/28
- 25/38: gnu: go-github-com-arran4-golang-ical: Update to 0.3.1.,
guix-commits <=
- 33/38: gnu: go-github-com-emersion-go-mbox: Move to golang-web., guix-commits, 2024/07/28
- 35/38: gnu: go-github-com-emersion-go-msgauth: Move to golang-web., guix-commits, 2024/07/28
- 38/38: gnu: go-github-com-emersion-go-smtp: Move to golang-web., guix-commits, 2024/07/28