[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/172: gnu: go-github-com-aead-chacha20: Update to 0.0.0-2018070915024
From: |
guix-commits |
Subject: |
131/172: gnu: go-github-com-aead-chacha20: Update to 0.0.0-20180709150244-8b13a72661da. |
Date: |
Tue, 5 Nov 2024 16:05:08 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit f57e2cf55f6083f7422e22153b0b1462aba3a4a7
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 22 11:48:46 2024 +0100
gnu: go-github-com-aead-chacha20: Update to
0.0.0-20180709150244-8b13a72661da.
* gnu/packages/golang-crypto.scm (go-github-com-aead-chacha20): Update to
0.0.0-20180709150244-8b13a72661da.
Change-Id: I01b464ea6da2f89a3d4e4eeba2e2c13d1f3ac10b
---
gnu/packages/golang-crypto.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index d221f78596..0034017d3b 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -241,17 +241,15 @@ pcredential store, Pass, Secret Service, KDE Wallet,
Encrypted File.")
(license license:expat)))
(define-public go-github-com-aead-chacha20
- (let ((commit "8b13a72661dae6e9e5dea04f344f0dc95ea29547")
- (revision "0"))
(package
(name "go-github-com-aead-chacha20")
- (version (git-version "0.0.0" revision commit))
+ (version "0.0.0-20180709150244-8b13a72661da")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/aead/chacha20")
- (commit commit)))
+ (commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0gbmgq5kbqmbyrsav57ql4jzbvqvp1q7yvcd5fl3wf5g94iyv56r"))))
@@ -265,7 +263,7 @@ pcredential store, Pass, Secret Service, KDE Wallet,
Encrypted File.")
(description "ChaCha is a stream cipher family created by Daniel
Bernstein. The most common ChaCha variant is ChaCha20 (20 rounds). ChaCha20
is standardized in RFC 7539.")
- (license license:expat))))
+ (license license:expat)))
(define-public go-github-com-aead-ecdh
(package
- 98/172: gnu: Add go-github-com-go-openapi-runtime., (continued)
- 98/172: gnu: Add go-github-com-go-openapi-runtime., guix-commits, 2024/11/05
- 105/172: gnu: Add go-github-com-circonus-labs-circonus-gometrics., guix-commits, 2024/11/05
- 110/172: gnu: Add go-github-com-xlab-treeprint., guix-commits, 2024/11/05
- 114/172: gnu: Add go-github-com-philhofer-fwd., guix-commits, 2024/11/05
- 113/172: gnu: Add go-github-com-pquerna-ffjson., guix-commits, 2024/11/05
- 112/172: gnu: Add go-github-com-dgryski-go-ddmin., guix-commits, 2024/11/05
- 118/172: gnu: go-github-com-prometheus-common-sigv4: Update to 0.1.0, fix build., guix-commits, 2024/11/05
- 119/172: gnu: soju: Fix build., guix-commits, 2024/11/05
- 125/172: build/go: Replace symlinks with a copy of the file., guix-commits, 2024/11/05
- 129/172: gnu: Add go-github-com-workiva-go-datastructures., guix-commits, 2024/11/05
- 131/172: gnu: go-github-com-aead-chacha20: Update to 0.0.0-20180709150244-8b13a72661da.,
guix-commits <=
- 133/172: gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5., guix-commits, 2024/11/05
- 139/172: gnu: Add go-github-com-smarty-assertions., guix-commits, 2024/11/05
- 05/172: gnu: go-github-com-gogs-chardet: Move to golang-xyz., guix-commits, 2024/11/05
- 10/172: gnu: go-github-com-operatorfoundation-monolith-go: Update to 1.0.10., guix-commits, 2024/11/05
- 14/172: gnu: Remove go-github-com-rylans-getlang., guix-commits, 2024/11/05
- 07/172: gnu: go-github-com-jaytaylor-html2text: Enable tests., guix-commits, 2024/11/05
- 06/172: gnu: go-github-com-jaytaylor-html2text: Update to 0.0.0-20230321000545-74c2419ad056., guix-commits, 2024/11/05
- 09/172: gnu: Add go-html2text., guix-commits, 2024/11/05
- 08/172: gnu: go-github-com-jaytaylor-html2text: Move to golang-web., guix-commits, 2024/11/05
- 12/172: gnu: Add go-github-com-deckarep-golang-set-v2., guix-commits, 2024/11/05