[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: go-github-com-emersion-go-sasl: Update to 0b9dcfb.
From: |
guix-commits |
Subject: |
07/09: gnu: go-github-com-emersion-go-sasl: Update to 0b9dcfb. |
Date: |
Sun, 27 Nov 2022 10:22:22 -0500 (EST) |
raghavgururajan pushed a commit to branch master
in repository guix.
commit f42e4f22f6e3fb5781505a34ce0588d59632fb11
Author: (unmatched-parenthesis <paren@disroot.org>
AuthorDate: Fri Oct 21 22:11:15 2022 +0100
gnu: go-github-com-emersion-go-sasl: Update to 0b9dcfb.
* gnu/packages/golang.scm (go-github-com-emersion-go-sasl): Update
to 0b9dcfb.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
---
gnu/packages/golang.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 16f721f0af..2b99ad6b60 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6612,8 +6612,8 @@ can be used to build a client and/or a server.")
(license license:expat)))
(define-public go-github-com-emersion-go-sasl
- (let ((commit "240c8404624e076f633766c16adbe96c7ac516b7")
- (revision "0"))
+ (let ((commit "0b9dcfb154ac3d7515b08bc2691a0332800edfe9")
+ (revision "1"))
(package
(name "go-github-com-emersion-go-sasl")
(version (git-version "0.0.0" revision commit))
@@ -6623,13 +6623,13 @@ can be used to build a client and/or a server.")
(uri (git-reference
(url "https://github.com/emersion/go-sasl")
(commit commit)))
+ (file-name (git-file-name name version))
(sha256
(base32
- "1py18p3clp474xhx6ypyp0bgv6n1dfm24m95cyyqb0k3vibar6ih"))
- (file-name (git-file-name name version))))
+ "1cbf86wkqrdinfydndgdlnayg4a5mg3d4vqra377j2sfkg7wj0hs"))))
(build-system go-build-system)
(arguments
- '(#:import-path "github.com/emersion/go-sasl"))
+ (list #:import-path "github.com/emersion/go-sasl"))
(home-page "https://github.com/emersion/go-sasl")
(synopsis "SASL library written in Go")
(description "This package provides a SASL library written in Go.")
- branch master updated (ed5fed2c4c -> c4618ca13f), guix-commits, 2022/11/27
- 05/09: gnu: Add go-github-com-emersion-go-textwrapper., guix-commits, 2022/11/27
- 06/09: gnu: Add go-github-com-emersion-go-message., guix-commits, 2022/11/27
- 04/09: gnu: Add go-github-com-gatherstars-com-jwz., guix-commits, 2022/11/27
- 07/09: gnu: go-github-com-emersion-go-sasl: Update to 0b9dcfb.,
guix-commits <=
- 08/09: gnu: go-github-com-emersion-go-imap: Update to 1.2.1., guix-commits, 2022/11/27
- 09/09: gnu: Add go-github-com-emersion-go-imap-sortthread., guix-commits, 2022/11/27
- 02/09: gnu: Add go-github-com-cention-sany-utf7., guix-commits, 2022/11/27
- 03/09: gnu: Add go-github-com-jhillyerd-enmime., guix-commits, 2022/11/27
- 01/09: gnu: Add go-github-com-go-test-deep., guix-commits, 2022/11/27