guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/25: gnu: go-github-com-rogpeppe-go-internal: Update to 1.9.0.


From: guix-commits
Subject: 09/25: gnu: go-github-com-rogpeppe-go-internal: Update to 1.9.0.
Date: Mon, 6 Feb 2023 18:06:18 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 4b249fcb03b9f021e3778e1e20348aa89cba9024
Author: Katherine Cox-Buday <cox.katherine.e@gmail.com>
AuthorDate: Tue Jan 17 18:44:54 2023 -0700

    gnu: go-github-com-rogpeppe-go-internal: Update to 1.9.0.
    
    * gnu/packages/golang.scm (go-github-com-rogpeppe-go-internal): Update to 
1.9.0.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/golang.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c6c5792204..18823c09e5 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9147,7 +9147,7 @@ the necessary APIs to build a wide array of higher-level 
primitives.")
 (define-public go-github-com-rogpeppe-go-internal
   (package
     (name "go-github-com-rogpeppe-go-internal")
-    (version "1.6.1")
+    (version "1.9.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -9156,7 +9156,7 @@ the necessary APIs to build a wide array of higher-level 
primitives.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "00j2vpp1bsggdvw1winkz23mg0q6drjiir5q0k49pmqx1sh7106l"))))
+                "0bh08k8fy1qcc0vzyv0xkg0sx5kjx348zd1dpjmp3rbrr6xrpaaw"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/rogpeppe/go-internal"
@@ -9165,6 +9165,8 @@ the necessary APIs to build a wide array of higher-level 
primitives.")
        #:phases
        (modify-phases %standard-phases
          (delete 'build))))
+    (propagated-inputs
+     (list go-github-com-pkg-diff))
     (home-page "https://github.com/rogpeppe/go-internal/";)
     (synopsis "Internal packages from the Go standard library")
     (description "This repository factors out an opinionated selection of



reply via email to

[Prev in Thread] Current Thread [Next in Thread]