diff options
Diffstat (limited to 'gnu/packages/networking.scm')
| -rw-r--r-- | gnu/packages/networking.scm | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 3f44d082fb1..f5276e330e7 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm | |||
| @@ -593,7 +593,7 @@ supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.") | |||
| 593 | (define-public slurm-monitor | 593 | (define-public slurm-monitor |
| 594 | (package | 594 | (package |
| 595 | (name "slurm-monitor") | 595 | (name "slurm-monitor") |
| 596 | (version "0.4.3") | 596 | (version "0.4.4") |
| 597 | (source | 597 | (source |
| 598 | (origin | 598 | (origin |
| 599 | (method git-fetch) | 599 | (method git-fetch) |
| @@ -603,9 +603,10 @@ supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.") | |||
| 603 | (commit (string-append "upstream/" version)))) | 603 | (commit (string-append "upstream/" version)))) |
| 604 | (file-name (git-file-name name version)) | 604 | (file-name (git-file-name name version)) |
| 605 | (sha256 | 605 | (sha256 |
| 606 | (base32 "1n6pgrcs8gwrcq5fch1q3yk3jipjwrf21s9a13fbjrl903g5zzv9")))) | 606 | (base32 "07q8895bxsajkwip8dgrrwr1m8a10xnl4p0g6wqcrd2wf4hx5gn3")))) |
| 607 | (build-system cmake-build-system) | 607 | (build-system meson-build-system) |
| 608 | (arguments `(#:tests? #f)) ;no tests | 608 | (arguments `(#:tests? #f)) ;no tests |
| 609 | (native-inputs (list pkg-config)) | ||
| 609 | (inputs (list ncurses)) | 610 | (inputs (list ncurses)) |
| 610 | (synopsis "Network load monitor") | 611 | (synopsis "Network load monitor") |
| 611 | (description | 612 | (description |
| @@ -1538,22 +1539,14 @@ Ethernet devices.") | |||
| 1538 | (define-public ifstatus | 1539 | (define-public ifstatus |
| 1539 | (package | 1540 | (package |
| 1540 | (name "ifstatus") | 1541 | (name "ifstatus") |
| 1541 | (version "1.1.0") | 1542 | (version "2.0.0") |
| 1542 | (source (origin | 1543 | (source (origin |
| 1543 | (method url-fetch) | 1544 | (method url-fetch) |
| 1544 | (uri (string-append "mirror://sourceforge/ifstatus/ifstatus/" | 1545 | (uri (string-append "mirror://sourceforge/ifstatus/ifstatus/" |
| 1545 | "ifstatus%20v" version "/ifstatus-v" | 1546 | "ifstatus-v" version ".tar.gz")) |
| 1546 | version ".tar.gz")) | ||
| 1547 | (sha256 | 1547 | (sha256 |
| 1548 | (base32 | 1548 | (base32 |
| 1549 | "045cbsq9ps32j24v8y5hpyqxnqn9mpaf3mgvirlhgpqyb9jsia0c")) | 1549 | "0n622f2m3x901hcmad4ns52r2x75csy4nqraagzb8h9fn0j62jkv")))) |
| 1550 | (modules '((guix build utils))) | ||
| 1551 | (snippet | ||
| 1552 | '(begin | ||
| 1553 | (substitute* "Main.h" | ||
| 1554 | (("#include <stdio.h>") | ||
| 1555 | "#include <stdio.h>\n#include <stdlib.h>")) | ||
| 1556 | #t)))) | ||
| 1557 | (build-system gnu-build-system) | 1550 | (build-system gnu-build-system) |
| 1558 | (arguments | 1551 | (arguments |
| 1559 | '(#:tests? #f ; no "check" target | 1552 | '(#:tests? #f ; no "check" target |
