[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/20: gnu: go-github-com-xdg-go-scram: Update to 1.1.2.
From: |
guix-commits |
Subject: |
05/20: gnu: go-github-com-xdg-go-scram: Update to 1.1.2. |
Date: |
Sun, 24 Nov 2024 16:48:51 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit e7eb420fb6822853824fc3b145cfb1408517d285
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 19:40:24 2024 +0000
gnu: go-github-com-xdg-go-scram: Update to 1.1.2.
* gnu/packages/golang.scm (go-github-com-xdg-go-scram): Update to 1.1.2.
Change-Id: Id28ab2ae051d2633357f9e0e418698c7b113dcea
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a21c458a1c..8bf0594738 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5823,7 +5823,7 @@ and @url{https://rfc-editor.org/rfc/rfc8018.html,RFC
8018}.")
(define-public go-github-com-xdg-go-scram
(package
(name "go-github-com-xdg-go-scram")
- (version "1.0.2")
+ (version "1.1.2")
(source
(origin
(method git-fetch)
@@ -5832,7 +5832,7 @@ and @url{https://rfc-editor.org/rfc/rfc8018.html,RFC
8018}.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1jyv4qgc1dgh3v96pazmgljpp9ij25k8hwn0v4fck18g16i0nccm"))))
+ (base32 "1bkznny84fdn4sy3wq5680v424glsq9nh2169qy51213bah6by84"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/xdg-go/scram"))
(propagated-inputs
- branch go-team updated (00fda872d0 -> b9afd0ae5e), guix-commits, 2024/11/24
- 02/20: gnu: go-github-com-urfave-cli: Update to 1.22.16., guix-commits, 2024/11/24
- 05/20: gnu: go-github-com-xdg-go-scram: Update to 1.1.2.,
guix-commits <=
- 07/20: gnu: go-github-com-miolini-datacounter: Move to golang-xyz., guix-commits, 2024/11/24
- 19/20: gnu: go-github-com-gdamore-tcell: Move to golang-xyz., guix-commits, 2024/11/24
- 04/20: gnu: go-github-com-urfave-cli: Move to golang-xyz., guix-commits, 2024/11/24
- 06/20: gnu: go-github-com-xdg-go-scram: Move to golang-xyz., guix-commits, 2024/11/24
- 18/20: gnu: go-github-com-gdamore-tcell-v2: Simplify package., guix-commits, 2024/11/24
- 01/20: gnu: Add go-github-com-xrash-smetrics., guix-commits, 2024/11/24
- 03/20: gnu: go-github-com-urfave-cli-v2: Update to 2.27.5., guix-commits, 2024/11/24
- 11/20: gnu: go-github-com-alsm-ioprogress: Update to 0.0.0-20170412085706-063c3725f436., guix-commits, 2024/11/24
- 20/20: gnu: packages/disk: Remove golang module., guix-commits, 2024/11/24
- 08/20: gnu: restic-rest-server: Update to 0.13.0., guix-commits, 2024/11/24