unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69234] [PATCH] gnu: go-github-com-shirou-gopsutil: Update to 3.24.1.
@ 2024-02-17 10:50 Troy Figiel
  2024-02-18 22:42 ` Sharlatan Hellseher
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Troy Figiel @ 2024-02-17 10:50 UTC (permalink / raw)
  To: 69234

* gnu/packages/golang.scm (go-github-com-shirou-gopsutil): Update to 3.24.1.
---
 gnu/packages/golang.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 527b63d160..5305137287 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -6309,20 +6309,18 @@ (define-public go-github-com-robfig-cron
     (license license:expat)))
 
 (define-public go-github-com-shirou-gopsutil
-  (let ((commit "47ef3260b6bf6ead847e7c8fc4101b33c365e399")
-        (revision "0"))
     (package
       (name "go-github-com-shirou-gopsutil")
-      (version (git-version "v2.19.7" revision commit))
+      (version "3.24.1")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
                        (url "https://github.com/shirou/gopsutil")
-                       (commit commit))) ; XXX
+                       (commit (string-append "v" version))))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0x1g4r32q4201nr2b754xnrrndmwsrhfr7zg37spya86qrmijnws"))))
+                  "0mnlxfmssd15la95c64rsfds92fwp5yx4b2kb8madbj21qi813jf"))))
       (build-system go-build-system)
       (arguments
        '(#:import-path "github.com/shirou/gopsutil"))
@@ -6331,7 +6329,7 @@ (define-public go-github-com-shirou-gopsutil
 on running processes and system utilization (CPU, memory, disks, network,
 sensors).")
       (home-page "https://github.com/shirou/gopsutil")
-      (license license:bsd-3))))
+      (license license:bsd-3)))
 
 (define-public go-github-com-danwakefield-fnmatch
   (let ((commit "cbb64ac3d964b81592e64f957ad53df015803288")

base-commit: 91d80460296e2d5a01704d0f34fb966a45a165ae
-- 
2.42.0





^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-03-06 23:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-17 10:50 [bug#69234] [PATCH] gnu: go-github-com-shirou-gopsutil: Update to 3.24.1 Troy Figiel
2024-02-18 22:42 ` Sharlatan Hellseher
2024-02-19  8:35   ` Troy Figiel
2024-02-19 13:13     ` Sharlatan Hellseher
2024-02-25 11:35     ` Troy Figiel
2024-02-22 23:14 ` [bug#69234] [PATCH v3 1/5] gnu: go-github-com-shirou-gopsutil: Move to golang-xyz Troy Figiel
2024-02-24  7:53 ` [bug#69234] [PATCH v3 3/5] gnu: go-github-com-shirou-gopsutil: Reformat with guix style Troy Figiel
2024-02-24  7:59 ` [bug#69234] [PATCH v3 4/5] gnu: Deprecate go-github-com-shirou-gopsutil Troy Figiel
2024-02-24  8:05 ` [bug#69234] [PATCH v3 5/5] gnu: Add go-github-com-shirou-gopsutil-v3 Troy Figiel
2024-02-24  8:10 ` [bug#69234] [PATCH v2 0/5] " Troy Figiel
2024-02-24  8:19 ` [bug#69234] [PATCH v3 2/5] gnu: go-github-com-shirou-gopsutil: Update to 2.21.11 Troy Figiel
2024-02-24  8:25 ` [bug#69234] [PATCH v3 0/5] gnu: Add go-github-com-shirou-gopsutil-v3 Troy Figiel
2024-03-06 23:56 ` bug#69234: [PATCH] gnu: go-github-com-shirou-gopsutil: Update to 3.24.1 Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).