(address . guix-patches@gnu.org)
Control: tags -1 + patch
Hi,
Our version was dated and too old for the upcoming packaging of
Gocryptfs in Guix.
Upstream has made no versioned releases since 1.0.2 despite a series
of breaking changes.
Rebuilds 3 packages. Thanks!
Kind regards
Felix Lechner
From 73e9265807b4db5bbc4f33284f31caa9f53ee2f4 Mon Sep 17 00:00:00 2001
From: Felix Lechner <felix.lechner@lease-up.com>
Date: Thu, 20 Oct 2022 05:54:35 -0700
Subject: [PATCH] gnu: go-github-com-sabhiram-go-gitignore: Update to more
recent commit post-1.0.2.
* gnu/packages/golang.scm (go-github-com-sabhiram-go-gitignore):
Update to more recent commit post-1.0.2.
---
gnu/packages/golang.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Toggle diff (28 lines)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ecef5e275e..c0351cce26 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5450,8 +5450,8 @@ (define-public go-github-com-cheekybits-is
(license license:expat))))
(define-public go-github-com-sabhiram-go-gitignore
- (let ((commit "d3107576ba9425fc1c85f4b3569c4631b805a02e")
- (revision "0"))
+ (let ((commit "525f6e181f062064d83887ed2530e3b1ba0bc95a")
+ (revision "1"))
(package
(name "go-github-com-sabhiram-go-gitignore")
(version (git-version "1.0.2" revision commit))
@@ -5464,7 +5464,7 @@ (define-public go-github-com-sabhiram-go-gitignore
(file-name (git-file-name name version))
(sha256
(base32
- "1rdwyxgcsiwgmlqnc3k6h300mzlvjc3j21np4yh1h476wc8dvl0l"))))
+ "197giv3snczvbihzvkja5pq53yw5fc516rnjm71hni8gawb8jmh3"))))
(build-system go-build-system)
(arguments
'(#:import-path
base-commit: 4716cea6256523a8ecf90a426d675bfb7620f3e4
--
2.38.0