[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: |
Sat, 9 Nov 2024 16:45:08 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 2736e2018dd8e00db13f651b56925d48a94ba9e6
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
- 102/172: gnu: Add go-github-com-datadog-datadog-go-v5., (continued)
- 102/172: gnu: Add go-github-com-datadog-datadog-go-v5., guix-commits, 2024/11/09
- 103/172: gnu: Add go-github-com-openhistogram-circonusllhist., guix-commits, 2024/11/09
- 106/172: gnu: Add go-github-com-circonus-labs-go-apiclient., guix-commits, 2024/11/09
- 110/172: gnu: Add go-github-com-xlab-treeprint., guix-commits, 2024/11/09
- 124/172: gnu: go-github-com-matttproud-golang-protobuf-extensions-v2: Fix build., guix-commits, 2024/11/09
- 130/172: gnu: Add go-github-com-aead-ecdh., guix-commits, 2024/11/09
- 132/172: gnu: go-github-com-aead-chacha20: Fix indentation., guix-commits, 2024/11/09
- 116/172: gnu: Add go-msgp., guix-commits, 2024/11/09
- 125/172: build/go: Replace symlinks with a copy of the file., guix-commits, 2024/11/09
- 122/172: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build., guix-commits, 2024/11/09
- 131/172: gnu: go-github-com-aead-chacha20: Update to 0.0.0-20180709150244-8b13a72661da.,
guix-commits <=
- 128/172: gnu: go-github-com-deckarep-golang-set-v2: Update to 2.6.0., guix-commits, 2024/11/09
- 134/172: gnu: go-github-com-shadowsocks-go-shadowsocks2: Enable all tests., guix-commits, 2024/11/09
- 111/172: gnu: Add go-github-com-ryanuber-columnize., guix-commits, 2024/11/09
- 170/172: build/go: fix-embed-files: Adjust procedure docstring., guix-commits, 2024/11/09
- 171/172: gnu: go-1.22: Update to 1.22.7., guix-commits, 2024/11/09
- 148/172: gnu: trezord: Refresh package style., guix-commits, 2024/11/09
- 146/172: gnu: Add go-github-com-prometheus-community-pro-bing., guix-commits, 2024/11/09
- 145/172: gnu: go-github-com-sevlyar-go-daemon: Move to golang-xyz., guix-commits, 2024/11/09
- 141/172: gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1., guix-commits, 2024/11/09
- 150/172: gnu: go-github-com-emersion-go-autostart: Update to 0.0.0-20210130080809-00ed301c8e9a., guix-commits, 2024/11/09