emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#69234: closed ([PATCH] gnu: go-github-com-shirou-gopsutil: Update to


From: GNU bug Tracking System
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

Your message dated Wed, 06 Mar 2024 23:56:13 +0000
with message-id <87cys66hk2.fsf@gmail.com>
and subject line [PATCH] gnu: go-github-com-shirou-gopsutil: Update to 3.24.1.
has caused the debbugs.gnu.org bug report #69234,
regarding [PATCH] gnu: go-github-com-shirou-gopsutil: Update to 3.24.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
69234: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=69234
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: go-github-com-shirou-gopsutil: Update to 3.24.1. Date: Wed, 06 Mar 2024 23:56:13 +0000
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

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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