GNU bug report logs - #69234
[PATCH] gnu: go-github-com-shirou-gopsutil: Update to 3.24.1.

Previous Next

Package: guix-patches;

Reported by: Troy Figiel <troy <at> troyfigiel.com>

Date: Sun, 18 Feb 2024 18:24:17 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Troy Figiel <troy <at> troyfigiel.com>
Subject: bug#69234: closed ([PATCH] gnu: go-github-com-shirou-gopsutil:
 Update to 3.24.1.)
Date: Wed, 06 Mar 2024 23:58:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#69234: [PATCH] gnu: go-github-com-shirou-gopsutil: Update to 3.24.1.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 69234 <at> debbugs.gnu.org.

-- 
69234: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69234
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sharlatan Hellseher <sharlatanus <at> gmail.com>
To: 69234-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: go-github-com-shirou-gopsutil: Update to 3.24.1.
Date: Wed, 06 Mar 2024 23:56:13 +0000
[Message part 3 (text/plain, inline)]
Hi Troy,

I've kept name of 2.21.11 on go-github-com-shirou-gopsutil as there is
no such module for "github.com/shirou/gopsutil/v2" like for v3
https://github.com/shirou/gopsutil/blob/v3.24.2/go.mod
https://pkg.go.dev/github.com/shirou/gopsutil/v3

Pushed as 8468c55565..12b8b129b3 to master.

--
Oleg
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Troy Figiel <troy <at> troyfigiel.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: go-github-com-shirou-gopsutil: Update to 3.24.1.
Date: Sat, 17 Feb 2024 11:50:20 +0100
* 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




This bug report was last modified 1 year and 74 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.