Tobias Geerinckx-Rice
3dfb21f0d7
gnu: lxappearance: Update to 0.6.3.
...
* gnu/packages/lxde.scm (lxappearance): Update to 0.6.3.
2020-05-26 00:19:40 +02:00
Tobias Geerinckx-Rice
c59c04d3b9
gnu: xbanish: Update to 1.7.
...
* gnu/packages/xdisorg.scm (xbanish): Update to 1.7.
2020-05-26 00:19:40 +02:00
Tobias Geerinckx-Rice
91ef7e1742
gnu: scrot: Update to 1.3.
...
* gnu/packages/xdisorg.scm (scrot): Update to 1.3.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice
6302b5dafe
gnu: nfs-utils: Update to 2.4.3.
...
* gnu/packages/nfs.scm (nfs-utils): Update to 2.4.3.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice
91982acc4f
gnu: haproxy: Update to 2.1.4.
...
* gnu/packages/networking.scm (haproxy): Update to 2.1.4.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice
ba40c10be7
gnu: batctl: Update to 2020.1.
...
* gnu/packages/networking.scm (batctl): Update to 2020.1.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice
02d32b1982
gnu: mutt: Update to 1.14.2.
...
* gnu/packages/mail.scm (mutt): Update to 1.14.2.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice
403aa3aaf2
gnu: mc: Update to 4.8.24.
...
* gnu/packages/mc.scm (mc): Update to 4.8.24.
[source]: Use HTTPS.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice
ebe9d865dd
gnu: cutter: Update to 1.10.3.
...
* gnu/packages/engineering.scm (cutter): Update to 1.10.3.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice
a9ef542552
gnu: fetchmail: Update to 6.4.5.
...
* gnu/packages/mail.scm (fetchmail): Update to 6.4.5.
[arguments]: Remove obsolete ‘create-test-environment’ phase.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice
8f3f2c9b1b
gnu: balsa: Don't use NAME in source URI.
...
* gnu/packages/mail.scm (balsa)[source]: Hard-code NAME.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice
e8c1e27f8e
gnu: balsa: Update to 2.6.1.
...
* gnu/packages/mail.scm (balsa): Update to 2.6.1.
2020-05-26 00:19:38 +02:00
Tobias Geerinckx-Rice
3102e8d37c
gnu: nethogs: Migrate to HASH.
...
* gnu/packages/networking.scm (nethogs)[source]<sha256>: Migrate to…
<hash>: …this I guess.
2020-05-26 00:19:38 +02:00
Tobias Geerinckx-Rice
52dd58b56d
gnu: nethogs: Don't use unstable tarball.
...
* gnu/packages/networking.scm (nethogs)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Don't try (and fail) to determine the version using git.
2020-05-26 00:19:38 +02:00
Tobias Geerinckx-Rice
dd070af55c
gnu: nethogs: Update to 0.8.6.
...
* gnu/packages/networking.scm (nethogs): Update to 0.8.6.
2020-05-26 00:19:38 +02:00
Kei Kebreau
1bbf7e137d
gnu: wxmaxima: Update to 20.04.0.
...
* gnu/packages/maths.scm (wxmaxima): Update to 20.04.0.
2020-05-25 18:09:46 -04:00
Ludovic Courtès
a1a3bd5f1f
maint: 'authenticate' depends on a couple of .go files.
...
* Makefile.am (authenticate): Add dependency on guix/{git,openpgp}.go.
2020-05-25 23:02:09 +02:00
Ludovic Courtès
49143297fc
compile: Do not optimize "gnu/tests/*".
...
* guix/build/compile.scm (optimization-options): Add "gnu/tests/" to
level 0.
2020-05-25 23:00:31 +02:00
Ludovic Courtès
2c402b1a15
gexp: The result of 'imported-files/derivation' is non-substitutable.
...
* guix/gexp.scm (imported-files/derivation): Pass #:substitutable? #f to
'gexp->derivation'.
2020-05-25 23:00:30 +02:00
Ekaitz Zarraga
9e91983055
gnu: qhull: Update to 2019.1
...
* gnu/packages/maths.scm (qhull): update to 2019.1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-25 23:00:30 +02:00
Ludovic Courtès
f408d8d636
self: Optimize 'file-append*' for 'local-file?'.
...
* guix/self.scm (file-append*): Add 'local-file?' case.
* guix/gexp.scm (local-file-select?): Export.
2020-05-25 23:00:30 +02:00
Ludovic Courtès
8c23d7a15e
doc: Remove one use of 'file-append*'.
...
* doc/build.scm (texinfo-manual-source)[build]: Use 'file-append', not
'file-append*', for 'htmlxref.cnf', to ensure it has the right basename.
2020-05-25 23:00:30 +02:00
Ludovic Courtès
abf43d4511
gexp: Fix expansion for (file-append (local-file ...) ...).
...
Fixes <https://bugs.gnu.org/41527 >.
Regression introduced in d03001a31a
.
* guix/gexp.scm (lower+expand-object): When LOWERED is not a struct and
EXPAND is true, call EXPAND.
* tests/gexp.scm ("file-append, raw store item"): New test.
2020-05-25 23:00:30 +02:00
Ludovic Courtès
e033700f17
tests: Hide quoted (define-module ...) form from Geiser.
...
* tests/gexp.scm (%extension-package): Split (define-module ...) form to
fool Geiser.
2020-05-25 23:00:30 +02:00
Efraim Flashner
6115ab1d20
gnu: Add go-github-com-francoispqt-gojay.
...
* gnu/packages/golang.scm (go-github-com-francoispqt-gojay): New variable.
2020-05-25 22:38:00 +03:00
Efraim Flashner
062585711e
gnu: python-llfuse: Update to 1.3.6.
...
* gnu/packages/python-xyz.scm (python-llfuse): Update to 1.3.6.
2020-05-25 22:38:00 +03:00
Efraim Flashner
3e7d5cd399
gnu: perl-timedate: Update to 2.33.
...
* gnu/packages/perl.scm (perl-timedate): Update to 2.33.
2020-05-25 22:38:00 +03:00
Efraim Flashner
46731db243
gnu: perl-io-tty: Update to 1.14.
...
* gnu/packages/perl.scm (perl-io-tty): Update to 1.14.
2020-05-25 22:37:59 +03:00
Efraim Flashner
d84ddbb9c7
gnu: quazip: Update to 0.9.1.
...
* gnu/packages/compression.scm (quazip): Update to 0.9.1.
2020-05-25 22:37:22 +03:00
Efraim Flashner
06df0f9fd9
gnu: perl-cgi: Update to 4.47.
...
* gnu/packages/web.scm (perl-cgi): Update to 4.47.
2020-05-25 22:37:22 +03:00
Efraim Flashner
80008f80d5
gnu: font-gnu-unifont: Update to 13.0.02.
...
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 13.0.02.
2020-05-25 22:37:21 +03:00
Efraim Flashner
fe95a0784c
gnu: mpv-mpris: Update to 0.5.
...
* gnu/packages/video.scm (mpv-mpris): Update to 0.5.
2020-05-25 22:37:21 +03:00
Efraim Flashner
327452875a
gnu: tuir: Update to 1.29.0.
...
* gnu/packages/syndication.scm (tuir): Update to 1.29.0.
2020-05-25 22:37:21 +03:00
Leo Famulari
9be18877d5
gnu: OBS: Update to 25.0.8.
...
* gnu/packages/video.scm (obs): Update to 25.0.8.
[inputs]: Add mbedtls-apache.
[arguments]: Set the version string in #:configure-flags.
2020-05-25 14:46:08 -04:00
Nicolas Goaziou
10052b7087
gnu: renpy: Use HTTPS home page URI.
...
* gnu/packages/game-development.scm (renpy)[home-page]: Use HTTPS URI.
2020-05-25 20:25:15 +02:00
Nicolas Goaziou
22e5a77af2
gnu: python2-renpy: Use HTTPS home page URI.
...
* gnu/packages/game-development.scm (python2-renpy)[home-page]: Use HTTPS URI.
2020-05-25 20:24:56 +02:00
Nicolas Goaziou
0588668fa8
gnu: taskwarrior: Use HTTPS home page URI.
...
* gnu/packages/task-management.scm (taskwarrior)[home-page]: Use HTTPS URI.
2020-05-25 20:21:15 +02:00
Nicolas Goaziou
b2d35dd9ae
gnu: uget: Update to 2.2.0.
...
* gnu/packages/bittorrent.scm (uget): Update to 2.2.0.
2020-05-25 20:19:47 +02:00
Nicolas Goaziou
950f16976a
gnu: uget: Use HTTPS home page URI.
...
* gnu/packages/bittorrent.scm (uget)[home-page]: Use HTTPS URI.
2020-05-25 20:19:12 +02:00
Nicolas Goaziou
91e2170042
gnu: xftwidth: Use HTTPS home page URI.
...
* gnu/packages/xdisorg.scm (xftwidth)[home-page]: Use HTTPS URI.
2020-05-25 20:06:43 +02:00
Nicolas Goaziou
083b24e23e
gnu: xonotic: Use HTTPS home page URI.
...
* gnu/packages/games.scm (xonotic)[home-page]: Use HTTPS URI.
2020-05-25 20:04:52 +02:00
Tobias Geerinckx-Rice
3e0190a850
gnu: redkite: Update to 0.8.1.
...
* gnu/packages/audio.scm (redkite): Update to 0.8.1.
2020-05-25 19:31:34 +02:00
Tobias Geerinckx-Rice
ae58ebba82
gnu: netcat-openbsd: Update to 1.217-1.
...
* gnu/packages/admin.scm (netcat-openbsd): Update to 1.217-1.
[arguments]: Remove obsolete #:configure-flags.
2020-05-25 19:31:34 +02:00
Tobias Geerinckx-Rice
18a91ab897
gnu: colordiff: Update to 1.0.19.
...
* gnu/packages/patchutils.scm (colordiff): Update to 1.0.19.
2020-05-25 19:31:34 +02:00
Tobias Geerinckx-Rice
a2cddd7350
gnu: libnftnl: Update to 1.1.6.
...
* gnu/packages/linux.scm (libnftnl): Update to 1.1.6.
[source]: Remove patch.
* gnu/packages/patches/libnftnl-dont-check-NFTNL_FLOWTABLE_SIZE.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-05-25 19:31:34 +02:00
Nicolas Goaziou
09a3d34cf5
gnu: gcompris: Use HTTPS home page URI.
...
* gnu/packages/education.scm (gcompris)[home-page]: Use HTTPS URI.
2020-05-25 19:30:59 +02:00
Nicolas Goaziou
9fc6a24c46
gnu: czmq: Use HTTPS home page URI.
...
* gnu/packages/networking.scm (czmq)[home-page]: Use HTTPS URI.
2020-05-25 19:29:19 +02:00
Nicolas Goaziou
316928addf
gnu: cppzmq: Use HTTPS home page URI.
...
* gnu/packages/networking.scm (cppzmq)[home-page]: Use HTTPS URI.
2020-05-25 19:28:37 +02:00
Nicolas Goaziou
78763c1e7b
gnu: cmark: Use HTTPS home page URI.
...
* gnu/packages/markup.scm (cmark)[home-page]: Use HTTPS URI.
2020-05-25 19:26:32 +02:00
Nicolas Goaziou
8a51e31f46
gnu: wireshark: Update to 3.2.4.
...
* gnu/packages/networking.scm (wireshark): Update to 3.2.4.
2020-05-25 19:20:05 +02:00