unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67494] [PATCH] gnu: sysstat: Update to 12.7.4.
@ 2023-11-27 19:25 Greg Hogan
  2023-12-03 22:47 ` Ludovic Courtès
  2023-12-04 18:22 ` [bug#67494] [PATCH v2] " Greg Hogan
  0 siblings, 2 replies; 4+ messages in thread
From: Greg Hogan @ 2023-11-27 19:25 UTC (permalink / raw)
  To: 67494; +Cc: Greg Hogan

Deletion of the old home page was announced there before removal:
https://web.archive.org/web/20231003035440/http://sebastien.godard.pagesperso-orange.fr/

* gnu/packages/linux.scm (sysstat): Update to 12.7.4.
[source]: Update URI.
[home-page]: Likewise.

Change-Id: Ie839802b959e67dcc7405727290b67aa85818378
---
 gnu/packages/linux.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 56e5ad4530..3cc1c7fdac 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7495,14 +7495,14 @@ (define-public efibootmgr
 (define-public sysstat
   (package
     (name "sysstat")
-    (version "12.4.4")
+    (version "12.7.4")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "http://pagesperso-orange.fr/sebastien.godard/"
-                           "sysstat-" version ".tar.xz"))
+       (uri (string-append "https://github.com/sysstat/sysstat/archive/refs/tags/"
+                           "v" version ".tar.gz"))
        (sha256
-        (base32 "091xjip7l52dxal8dsfh5chksr4g9gclnssw3hjjxy84kr3yf4lm"))))
+        (base32 "0i4xs4638w280rx94ala42nlk8gzjh0ks9sdmdcb701fcixyj6vs"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no test suite.
@@ -7520,7 +7520,7 @@ (define-public sysstat
              (substitute* "Makefile"
                (("mkdir -p \\$\\(DESTDIR\\)\\$\\(SA_DIR\\)")
                 "")))))))
-    (home-page "http://sebastien.godard.pagesperso-orange.fr/")
+    (home-page "http://sysstat.github.io")
     (synopsis "Performance monitoring tools for Linux")
     (description "The sysstat utilities are a collection of performance
 monitoring tools for Linux.  These include @code{mpstat}, @code{iostat},

-- 
2.40.1





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

end of thread, other threads:[~2024-01-11 12:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-27 19:25 [bug#67494] [PATCH] gnu: sysstat: Update to 12.7.4 Greg Hogan
2023-12-03 22:47 ` Ludovic Courtès
2023-12-04 18:22 ` [bug#67494] [PATCH v2] " Greg Hogan
2024-01-11 12:41   ` bug#67494: " 宋文武 via Guix-patches via

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).