guix-commits
[Top][All Lists]
Advanced

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

11/401: gnu: go-github-com-spf13-viper: Update to 1.8.1.


From: guix-commits
Subject: 11/401: gnu: go-github-com-spf13-viper: Update to 1.8.1.
Date: Thu, 26 Dec 2024 19:30:19 -0500 (EST)

sharlatan pushed a commit to branch go-team
in repository guix.

commit 82faf0281c41a56a7bd6957b3aed3b837023084c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Nov 24 10:26:32 2024 +0000

    gnu: go-github-com-spf13-viper: Update to 1.8.1.
    
    * gnu/packages/golang.scm (go-github-com-spf13-viper): Update to 1.8.1.
    [arguments]<tests>: Enable them.
    
    Change-Id: I999b3cd7416a342ef399b9d47a2d71b8c6d6853f
---
 gnu/packages/golang.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 2295bfdb43..e57b90360d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3295,7 +3295,7 @@ GNU extensions} to the POSIX recommendations for 
command-line options.")
   (package
     (name "go-github-com-spf13-viper")
     ;; Refreshing to a newer version requires long chain of missing packages.
-    (version "1.7.0")
+    (version "1.8.1")
     (source
      (origin
        (method git-fetch)
@@ -3305,11 +3305,10 @@ GNU extensions} to the POSIX recommendations for 
command-line options.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "099n2g7fg6r8hqyszqw2axr775qyhyvwhsykvgw0f0s16ql48h5c"))))
+         "0jcsvd9l05pv10rma6zicp44q2mlvxj0qlhnf4zcg2pymb5i0hq6"))))
     (build-system go-build-system)
     (arguments
      (list
-      #:tests? #f
       #:import-path "github.com/spf13/viper"))
     (propagated-inputs
      (list go-github-com-fsnotify-fsnotify



reply via email to

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