[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/32: gnu: go-github-com-cyphar-filepath-securejoin: Update to 0.3.4.
From: |
guix-commits |
Subject: |
07/32: gnu: go-github-com-cyphar-filepath-securejoin: Update to 0.3.4. |
Date: |
Sun, 24 Nov 2024 07:50:50 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 1364b745959d45e660f7fda47f70eda5b5535cbf
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 11:26:26 2024 +0000
gnu: go-github-com-cyphar-filepath-securejoin: Update to 0.3.4.
* gnu/packages/golang-xyz.scm (go-github-com-cyphar-filepath-securejoin):
Update to 0.3.4.
[source]: Fix typo in URL.
Change-Id: Iee8bc25e03ebe760ddfe5ec5e2b9f20a80b9e806
---
gnu/packages/golang-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 2287dcd240..dc3c9a2bb6 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -1816,16 +1816,16 @@ metrics to Graphite.")
(define-public go-github-com-cyphar-filepath-securejoin
(package
(name "go-github-com-cyphar-filepath-securejoin")
- (version "0.3.2")
+ (version "0.3.4")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/cyphar/filepatv-securejoin")
+ (url "https://github.com/cyphar/filepath-securejoin")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "10clm1hfzndwhi7lwz5ph72apxwbxr3vg4nln5xsrrx26j6qv6v2"))))
+ (base32 "1iflclxcm5a4g2qp980q5qr1g4dwdxn02nnvvx3pi4sa1gk5bmr3"))))
(build-system go-build-system)
(arguments
(list
- branch go-team created (now 00fda872d0), guix-commits, 2024/11/24
- 01/32: gnu: Remove go-github-com-calmh-xdr., guix-commits, 2024/11/24
- 07/32: gnu: go-github-com-cyphar-filepath-securejoin: Update to 0.3.4.,
guix-commits <=
- 05/32: gnu: go-github-com-kylelemons-godebug: Improve style., guix-commits, 2024/11/24
- 06/32: gnu: go-github-com-kylelemons-godebug: Move to golang-xyz., guix-commits, 2024/11/24
- 11/32: gnu: go-github-com-spf13-viper: Update to 1.8.1., guix-commits, 2024/11/24
- 08/32: gnu: go-github-com-spf13-afero: Update to 1.6.0., guix-commits, 2024/11/24
- 09/32: gnu: go-github-com-spf13-cast: Update to 1.7.0., guix-commits, 2024/11/24
- 14/32: gnu: go-github-com-spf13-cast: Move to golang-xyz., guix-commits, 2024/11/24
- 17/32: gnu: go-github-com-spf13-pflag: Move to golang-xyz., guix-commits, 2024/11/24
- 19/32: gnu: go-github-com-nxadm-tail: Update to 1.4.11., guix-commits, 2024/11/24
- 32/32: gnu: packages/textutils: Remove golang module., guix-commits, 2024/11/24
- 13/32: gnu: go-github-com-spf13-afero: Run all tests., guix-commits, 2024/11/24