guix-commits
[Top][All Lists]
Advanced

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

62/172: gnu: go-github-com-google-go-querystring: Update to 1.1.0.


From: guix-commits
Subject: 62/172: gnu: go-github-com-google-go-querystring: Update to 1.1.0.
Date: Sat, 9 Nov 2024 16:44:55 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 316ef05c02ff815b27952cc4aa9558ee9113d259
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Sep 13 10:50:35 2024 +0100

    gnu: go-github-com-google-go-querystring: Update to 1.1.0.
    
    * gnu/packages/golang.scm (go-github-com-google-go-querystring): Update to 
1.1.0.
    [native-inputs]: Add go-github-com-google-go-cmp.
    
    Change-Id: I495c34a4a29718fcaaee4d7f3f307ec81895e6d4
---
 gnu/packages/golang.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 6ded98045f..8c2cd8b6db 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5396,29 +5396,29 @@ and from termios translations, readCh, reading 
passwords, etc.")
       (license license:bsd-3))))
 
 (define-public go-github-com-google-go-querystring
-  (let ((commit "992e8021cf787c100d55520d5c906e01536c0a19") ;fix format in 
tests
-        (revision "1"))
     (package
       (name "go-github-com-google-go-querystring")
-      (version "1.0.0")
+      (version "1.1.0")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
                       (url "https://github.com/google/go-querystring";)
-                      (commit commit)))
+                      (commit (string-append "v" version))))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0mbx4jvf7nz4sk2fgqfq1llz4xb3vc4625b4x398mspr3a5077rs"))))
+                  "15k460c23nsmqd1nx3mvrnazws8bpb1gafrmffx7vf91m200mnwa"))))
       (build-system go-build-system)
       (arguments
        `(#:import-path "github.com/google/go-querystring/query"
          #:unpack-path "github.com/google/go-querystring"))
+      (native-inputs
+       (list go-github-com-google-go-cmp))
       (home-page "https://github.com/google/go-querystring/";)
       (synopsis "Library for encoding structs into URL query parameters")
       (description "@code{go-querystring} is Go library for encoding structs
 into URL query parameters.")
-      (license license:bsd-3))))
+      (license license:bsd-3)))
 
 (define (go-gotest-tools-source version sha256-base32-hash)
   (origin



reply via email to

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