diff mbox series

[bug#58659] gnu: go-github-com-sabhiram-go-gitignore: Update to more recent commit post-1.0.2.

Message ID CAFHYt55NEzVcqF-=pkkxR8fEPZ9NMVhwerWzt9Z0RvAtg7vnoA@mail.gmail.com
State New
Headers show
Series [bug#58659] gnu: go-github-com-sabhiram-go-gitignore: Update to more recent commit post-1.0.2. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success
cbaines/issue success View issue
cbaines/comparison success View comparision
cbaines/git-branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Felix Lechner Oct. 20, 2022, 1:06 p.m. UTC
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

Comments

Christopher Baines Oct. 25, 2022, 9:47 a.m. UTC | #1
Felix Lechner via Guix-patches via <guix-patches@gnu.org> writes:

> 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!

Thanks Felix, I've tweaked the commit message to be a little shorter,
and pushed this to master as 92d2cb0f2bdadf37cae8db771a03a4ba02984deb.

Chris
diff mbox series

Patch

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(-)

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