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.
parent
859a10a47d
commit
e08ffa2447
|
@ -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
|
||||||
|
|
Reference in New Issue