all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71028] [PATCH] gnu: atop: Update to 2.10.0.
@ 2024-05-18  9:27 Artyom V. Poptsov
  2024-05-19 12:18 ` bug#71028: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2024-05-18  9:27 UTC (permalink / raw)
  To: 71028; +Cc: Artyom V. Poptsov

* gnu/packages/admin.scm (atop): Update to 2.10.0.
  [native-inputs]: Add "pkg-config".
  [inputs]: Add "glib".

Change-Id: I5d535489084c75867178668d74e51227e83b66b7
---
 gnu/packages/admin.scm | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 22a2c12244..44900f38b1 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -47,7 +47,7 @@
 ;;; Copyright © 2021 muradm <mail@muradm.net>
 ;;; Copyright © 2021 pineapples <guixuser6392@protonmail.com>
 ;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
-;;; Copyright © 2021 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2021-2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 ;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com>
 ;;; Copyright © 2022 Roman Riabenko <roman@riabenko.com>
 ;;; Copyright © 2022 Petr Hodina <phodina@protonmail.com>
@@ -5121,14 +5121,14 @@ (define-public nmrpflash
 (define-public atop
   (package
     (name "atop")
-    (version "2.9.0")
+    (version "2.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.atoptool.nl/download/atop-"
                                   version ".tar.gz"))
               (sha256
                (base32
-                "09prpw20ps6cd8qr63glbcip3jrvnnic0m7j1q02g8hjnw8z50ld"))
+                "14szbpvsm9czib1629cbh8qcp7pxhgn0vjrfv1yqwmw25k7p79p7"))
               (snippet
                ;; The 'mkdate' script generates a new 'versdate.h' header
                ;; containing the build date.  That makes builds
@@ -5156,8 +5156,10 @@ (define-public atop
                  ;; Otherwise, it creates a blank configuration file as a "default".
                  (("touch.*DEFPATH)/atop") "")
                  (("chmod.*DEFPATH)/atop") "")))))))
+    (native-inputs (list pkg-config))
     (inputs
-     (list ncurses
+     (list glib
+           ncurses
            python-wrapper       ; for `atopgpud`
            zlib))
     (home-page "https://www.atoptool.nl/")

base-commit: e9b25a6c6c626a560d28a1f732e6e5d362d584a4
-- 
2.41.0





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

* bug#71028: [PATCH] gnu: atop: Update to 2.10.0.
  2024-05-18  9:27 [bug#71028] [PATCH] gnu: atop: Update to 2.10.0 Artyom V. Poptsov
@ 2024-05-19 12:18 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-05-19 12:18 UTC (permalink / raw)
  To: Artyom V. Poptsov; +Cc: 71028-done

[-- Attachment #1: Type: text/plain, Size: 422 bytes --]

"Artyom V. Poptsov" <poptsov.artyom@gmail.com> writes:

> * gnu/packages/admin.scm (atop): Update to 2.10.0.
>   [native-inputs]: Add "pkg-config".
>   [inputs]: Add "glib".
>
> Change-Id: I5d535489084c75867178668d74e51227e83b66b7
> ---
>  gnu/packages/admin.scm | 10 ++++++----
>  1 file changed, 6 insertions(+), 4 deletions(-)

Thanks, I've pushed this to master now as
ad520acdad290527b86514715ad0f51e583606cd.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2024-05-19 12:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-18  9:27 [bug#71028] [PATCH] gnu: atop: Update to 2.10.0 Artyom V. Poptsov
2024-05-19 12:18 ` bug#71028: " Christopher Baines

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.