me
/
guix
Archived
1
0
Fork 0

gnu: slurm-monitor: Update to 0.4.4.

* gnu/packages/networking.scm (slurm-monitor): Update to 0.4.4.
[build-system]: Change to MESON-BUILD-SYSTEM.
[native-inputs]: Add PKG-CONFIG.
Marius Bakke 2022-11-22 08:20:08 +01:00
parent 859a10a47d
commit e08ffa2447
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 3 deletions

View File

@ -593,7 +593,7 @@ supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.")
(define-public slurm-monitor (define-public slurm-monitor
(package (package
(name "slurm-monitor") (name "slurm-monitor")
(version "0.4.3") (version "0.4.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -603,9 +603,10 @@ supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.")
(commit (string-append "upstream/" version)))) (commit (string-append "upstream/" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1n6pgrcs8gwrcq5fch1q3yk3jipjwrf21s9a13fbjrl903g5zzv9")))) (base32 "07q8895bxsajkwip8dgrrwr1m8a10xnl4p0g6wqcrd2wf4hx5gn3"))))
(build-system cmake-build-system) (build-system meson-build-system)
(arguments `(#:tests? #f)) ;no tests (arguments `(#:tests? #f)) ;no tests
(native-inputs (list pkg-config))
(inputs (list ncurses)) (inputs (list ncurses))
(synopsis "Network load monitor") (synopsis "Network load monitor")
(description (description