Vagrant Cascadian
084d3cac2b
gnu: ipxe: Fix grammar.
...
* gnu/packages/bootloaders.scm (ipxe)[description]: Remove gratuitous
use of "allows to".
2021-04-21 08:32:49 -07:00
Vagrant Cascadian
c69c220ae2
gnu: python-flake8-implicit-str-concat: Fix typo.
...
* gnu/packages/python-xyz.scm
(python-flake8-implicit-str-concat)[description]: Fix spelling of
"formatting".
2021-04-21 08:32:36 -07:00
Vagrant Cascadian
cf423a3747
gnu: sbcl-clip: Fix typo.
...
* gnu/packages/lisp-xyz.scm (sbcl-clip)[description]: Fix spelling of
"dependent".
2021-04-21 08:32:24 -07:00
Vagrant Cascadian
efd3a1e542
gnu: rust-tint-1: Fix typo.
...
* gnu/packages/crates-io.scm (rust-tint-1)[description]: Fix "This
package" typo.
2021-04-21 08:32:13 -07:00
Vagrant Cascadian
e1c158aea1
gnu: rust-rawkey-0.1: Fix typo.
...
* gnu/packages/crates-io.scm (rust-rawkey-0.1)[description]: Fix "This
package" typo.
2021-04-21 08:32:02 -07:00
Vagrant Cascadian
04521101dd
gnu: rust-parse-zoneinfo-0.3: Fix typo.
...
* gnu/packages/crates-io.scm (rust-parse-zoneinfo-0.3)[description]:
Fix "This package" typo.
2021-04-21 08:31:50 -07:00
Vagrant Cascadian
6abac052ba
gnu: rust-parking-2: Fix typo.
...
* gnu/packages/crates-io.scm (rust-parking-2)[description]: Fix "This
package" typo.
2021-04-21 08:31:38 -07:00
Vagrant Cascadian
8a37b45064
gnu: go-github-com-mesilliac-pulse-simple: Fix typo.
...
* gnu/packages/golang.scm
(go-github-com-mesilliac-pulse-simple)[description]: Fix typo "This
package".
2021-04-21 08:31:24 -07:00
Vagrant Cascadian
2fbf2d8b55
gnu: rust-gag-0.1: Fix typo.
...
* gnu/packages/crates-io.scm (rust-gag-0.1)[description]: Fix "This
package" typo.
2021-04-21 08:31:07 -07:00
Vagrant Cascadian
0e434dad70
gnu: r-msmstests: Fix typo.
...
* gnu/packages/bioconductor.scm (r-msmstests)[description]: Fix "This
package" typo.
2021-04-21 08:30:47 -07:00
Ludovic Courtès
f8acd1aeef
gnu: openjdk: Disallow references to the JDK used for build.
...
This ensures JDKs don't unintentionally keep references to the one used
to build them, as reported at <https://issues.guix.gnu.org/31719#7 > and
fixed by 97a43db8b4
.
* gnu/packages/java.scm (icedtea-8)[arguments]: Add #:disallowed-references.
(openjdk9)[arguments]: Likewise.
(openjdk10)[arguments]: Likewise.
(openjdk11)[arguments]: Likewise.
2021-04-21 14:33:28 +02:00
Ludovic Courtès
e511a1d327
gnu: openjdk: Avoid non-top-level 'use-modules'.
...
* gnu/packages/java.scm (icedtea-8, openjdk9, openjdk11)[arguments]:
Replace non-top-level 'use-modules' by '@'.
2021-04-21 14:33:28 +02:00
Carlo Zancanaro
698c4365ba
gnu: openjdk: Fix library substitution when libraries aren't found.
...
* gnu/packages/java.scm (icedtea-8, openjdk9, openjdk11)[arguments]:
Change 'find-library' to always return a string. Change 'find-library'
callers to use 'string-append' rather than 'format'. Starting from
97a43db8b4
, 'find-library' could return #f
and JNI substitutions would emit a literal "#f".
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-04-21 14:33:27 +02:00
Guillaume Le Vaillant
8f04cb6c7f
gnu: python-djvulibre: Update to 0.8.6.
...
* gnu/packages/python-xyz.scm (python-djvulibre): Update to 0.8.6.
2021-04-21 14:24:33 +02:00
Guillaume Le Vaillant
95ad844b6a
gnu: jgmenu: Update to 4.3.0.
...
* gnu/packages/xdisorg.scm (jgmenu): Update to 4.3.0.
[arguments]: Add 'test-target' keyword. Remove 'fix-tests' phase. Use
'cc-for-target' instead of hard-coding gcc.
2021-04-21 14:23:34 +02:00
Guillaume Le Vaillant
b33e83ea9c
gnu: txr: Update to 256.
...
* gnu/packages/lisp.scm (txr): Update to 256.
2021-04-21 13:46:31 +02:00
Mathieu Othacehe
fc306595a2
gnu: cuirass: Update to 1.0.0-15.962923c.
...
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-15.962923c.
2021-04-21 13:01:48 +02:00
Mathieu Othacehe
fb10c925c4
gnu: cuirass: Update to 1.0.0-14.f20309c.
...
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-14.f20309c.
2021-04-21 11:48:39 +02:00
Ricardo Wurmus
0eefc6ea20
gnu: Add libcxx+libcxxabi-6.
...
* gnu/packages/llvm.scm (libcxx+libcxxabi-6): New variable.
2021-04-21 11:05:07 +02:00
Ricardo Wurmus
2e90882951
gnu: Add libcxxabi-6.
...
* gnu/packages/llvm.scm (libcxxabi-6): New variable.
2021-04-21 11:05:07 +02:00
Brendan Tildesley
a90c47b50e
gnu: xfce: Autostart mate-polkit.
...
* gnu/packages/xfce.scm (xfce):[inputs]: Add mate-polkit-for-xfce.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-04-21 10:31:02 +02:00
Brendan Tildesley
4213bee8de
gnu: Add mate-polkit-for-xfce.
...
gnu/packages/xfce.scm (mate-polkit-for-xfce) New variable.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-04-21 10:31:02 +02:00
Tobias Geerinckx-Rice
13c4a377f5
gnu: skopeo: Update to 1.2.3.
...
* gnu/packages/virtualization.scm (skopeo): Update to 1.2.3.
2021-04-21 00:58:58 +02:00
Tobias Geerinckx-Rice
d830106c0e
gnu: ant: Update to 1.10.10.
...
* gnu/packages/java.scm (ant): Update to 1.10.10.
2021-04-21 00:58:58 +02:00
Tobias Geerinckx-Rice
03c3fd62df
gnu: libdvdcss: Update to 1.4.3.
...
* gnu/packages/video.scm (libdvdcss): Update to 1.4.3.
2021-04-21 00:58:58 +02:00
Tobias Geerinckx-Rice
76ab3ff0a8
gnu: wine: Update to 6.6.
...
* gnu/packages/wine.scm (wine): Update to 6.6.
2021-04-21 00:58:58 +02:00
Tobias Geerinckx-Rice
fdd63e65d8
gnu: bcachefs-tools: Update to 0.1-5.ce906d6.
...
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-5.ce906d6.
2021-04-21 00:58:58 +02:00
Tobias Geerinckx-Rice
a30bd7e88a
gnu: wine-staging: Update to 5.22.
...
* gnu/packages/wine.scm (wine-staging-patchset-data, wine-staging):
Update to 5.22.
2021-04-21 00:58:58 +02:00
Ricardo Wurmus
0e21cf7d06
gnu: Add avro-cpp-1.9.
...
* gnu/packages/serialization.scm (avro-cpp-1.9): New variable.
2021-04-20 16:40:10 +02:00
Ricardo Wurmus
2be32ecc74
gnu: Add nanodbc.
...
* gnu/packages/databases.scm (nanodbc): New variable.
2021-04-20 16:40:10 +02:00
Ludovic Courtès
50d9bccb2f
gnu: guile-git: Update to 0.5.1.
...
Fixes <https://bugs.gnu.org/47808 >.
Reported by Bone Baboon <bone.baboon@disroot.org>.
* gnu/packages/guile.scm (guile-git): Update to 0.5.1.
2021-04-20 12:19:33 +02:00
Tobias Geerinckx-Rice
b57f342ac8
gnu: klavaro: Update to 3.12.
...
* gnu/packages/education.scm (klavaro): Update to 3.12.
[inputs]: Add gtkdatabox.
2021-04-20 11:13:08 +02:00
Tobias Geerinckx-Rice
a101777371
gnu: xoscope: Update to 2.3.
...
* gnu/packages/electronics.scm (xoscope): Update to 2.3.
[native-inputs]: Add m4.
[inputs]: Substitute gtk+ for gtk+-2.
2021-04-20 11:13:07 +02:00
Tobias Geerinckx-Rice
583aeadb0d
gnu: gtkdatabox: Update to 1.0.0.
...
* gnu/packages/gtk.scm (gtkdatabox): Update to 1.0.0.
[inputs]: Substitute gtk+ for gtk+-2.
2021-04-20 11:13:07 +02:00
Tobias Geerinckx-Rice
ff32b2dd3e
gnu: wimlib: Disable static library.
...
* gnu/packages/backup.scm (wimlib)[arguments]: Add "--disable-static"
to #:configure-flags.
2021-04-20 11:13:07 +02:00
Tobias Geerinckx-Rice
2167088320
gnu: wimlib: Update to 1.13.4.
...
* gnu/packages/backup.scm (wimlib): Update to 1.13.4.
2021-04-20 11:13:07 +02:00
Tobias Geerinckx-Rice
0dd7f86868
gnu: jucipp: Update clang version.
...
* gnu/packages/text-editors.scm (jucipp)[inputs]: Use clang-11.
2021-04-20 11:13:06 +02:00
Carlo Zancanaro
97a43db8b4
gnu: openjdk: Clean up runtime dependencies between Java versions.
...
* gnu/packages/java.scm (icedtea-8, openjdk9, openjdk11): Do not consider
icedtea/openjdk input paths when rewriting JNI libraries.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2021-04-20 10:27:36 +02:00
Mathieu Othacehe
381915bfb2
gnu: cuirass: Update to 1.0.0-13.a946fe2.
...
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-13.a946fe2.
2021-04-20 10:15:04 +02:00
Mark H Weaver
53ed3e4bbd
gnu: icecat: Update to 78.10.0-guix0-preview1 [security fixes].
...
Includes fixes for CVE-2021-23961, CVE-2021-23994, CVE-2021-23995,
CVE-2021-23998, CVE-2021-23999, CVE-2021-24002, CVE-2021-29945, and
CVE-2021-29946.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update upstream source hash.
2021-04-19 22:54:54 -04:00
Tobias Geerinckx-Rice
72bba78486
gnu: workrave: Update to 1.10.43.
...
* gnu/packages/gnome.scm (workrave): Update to 1.10.43.
2021-04-20 03:31:53 +02:00
Tobias Geerinckx-Rice
78d1f6dcaa
gnu: jucipp: Fix description mark-up.
...
* gnu/packages/text-editors.scm (jucipp)[description]:
Substitute @acronym for @dfn.
2021-04-20 03:31:52 +02:00
Tobias Geerinckx-Rice
5a29639cf6
gnu: jucipp: Update to 1.6.3.
...
* gnu/packages/text-editors.scm (jucipp): Update to 1.6.3.
2021-04-20 03:31:52 +02:00
Tobias Geerinckx-Rice
2aa18eeb9e
gnu: usbredir: Update to 0.9.0.
...
* gnu/packages/spice.scm (usbredir): Update to 0.9.0.
[native-inputs]: Add autoconf, automake, and libtool.
2021-04-20 03:31:52 +02:00
Tobias Geerinckx-Rice
3782c8747b
gnu: s6-linux-utils: Update to 2.5.1.5.
...
* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.1.5.
2021-04-20 03:31:51 +02:00
Tobias Geerinckx-Rice
9809e72667
gnu: s6-linux-init: Update to 1.0.6.2.
...
* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.6.2.
2021-04-20 03:31:51 +02:00
Tobias Geerinckx-Rice
c0656dfe23
gnu: s6-portable-utils: Update to 2.2.3.2.
...
* gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.3.2.
2021-04-20 03:31:51 +02:00
Tobias Geerinckx-Rice
42da990859
gnu: s6-rc: Update to 0.5.2.2.
...
* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.2.2.
2021-04-20 03:31:51 +02:00
Tobias Geerinckx-Rice
c2335a2443
gnu: s6-networking: Update to 2.4.1.1.
...
* gnu/packages/skarnet.scm (s6-networking): Update to 2.4.1.1.
2021-04-20 03:31:50 +02:00
Tobias Geerinckx-Rice
26e80a820d
gnu: s6-dns: Update to 2.3.5.1.
...
* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.5.1.
2021-04-20 03:31:50 +02:00
Tobias Geerinckx-Rice
54c244674c
gnu: s6: Update to 2.10.0.3.
...
* gnu/packages/skarnet.scm (s6): Update to 2.10.0.3.
2021-04-20 03:31:50 +02:00
Tobias Geerinckx-Rice
70199ff43f
gnu: execline: Update to 2.8.0.1.
...
* gnu/packages/skarnet.scm (execline): Update to 2.8.0.1.
2021-04-20 03:31:50 +02:00
Tobias Geerinckx-Rice
b170400814
gnu: skalibs: Update to 2.10.0.3.
...
* gnu/packages/skarnet.scm (skalibs): Update to 2.10.0.3.
2021-04-20 03:31:49 +02:00
Tobias Geerinckx-Rice
131daaccb4
gnu: cdemu-client: Update to 3.2.5.
...
* gnu/packages/cdrom.scm (cdemu-client): Update to 3.2.5.
2021-04-20 03:31:49 +02:00
Tobias Geerinckx-Rice
3ae36cfcec
gnu: cdemu-daemon: Update to 3.2.5.
...
* gnu/packages/cdrom.scm (cdemu-daemon): Update to 3.2.5.
2021-04-20 03:31:49 +02:00
Tobias Geerinckx-Rice
28e41c66e1
gnu: libmirage: Update to 3.2.5.
...
* gnu/packages/cdrom.scm (libmirage): Update to 3.2.5.
2021-04-20 03:31:48 +02:00
Tobias Geerinckx-Rice
704c21b3ce
gnu: mgba: Update to 0.9.1.
...
* gnu/packages/emulators.scm (mgba): Update to 0.9.1.
2021-04-20 03:31:48 +02:00
Tobias Geerinckx-Rice
167c5231a5
gnu: python-xlsxwriter: Update to 1.3.9.
...
* gnu/packages/python-xyz.scm (python-xlsxwriter): Update to 1.3.9.
2021-04-20 03:31:48 +02:00
Tobias Geerinckx-Rice
98d223fdf4
gnu: openssh: Update to 8.6p1.
...
* gnu/packages/ssh.scm (openssh): Update to 8.6p1.
2021-04-20 03:31:48 +02:00
Tobias Geerinckx-Rice
df4eaca403
gnu: libxlsxwriter: Update to 1.0.2.
...
* gnu/packages/xml.scm (libxlsxwriter): Update to 1.0.2.
2021-04-20 03:31:47 +02:00
Tobias Geerinckx-Rice
4ba90a5571
gnu: lagrange: Update to 1.3.3.
...
* gnu/packages/web-browsers.scm (lagrange): Update to 1.3.3.
2021-04-20 03:31:47 +02:00
Tobias Geerinckx-Rice
f87d377a9e
gnu: cvs-fast-export: Update to 1.56.
...
* gnu/packages/version-control.scm (cvs-fast-export): Update to 1.56.
2021-04-20 03:31:47 +02:00
Tobias Geerinckx-Rice
9df753b80b
gnu: tmux: Update to 3.2.
...
* gnu/packages/tmux.scm (tmux): Update to 3.2.
2021-04-20 03:31:46 +02:00
Tobias Geerinckx-Rice
04b65255b5
gnu: nginx-documentation: Update to 1.19.10-2708-f8686d85df53.
...
* gnu/packages/web.scm (nginx-documentation):
Update to 1.19.10-2708-f8686d85df53.
2021-04-20 03:31:46 +02:00
Tobias Geerinckx-Rice
b0507f685f
gnu: nginx: Update to 1.19.10.
...
* gnu/packages/web.scm (nginx): Update to 1.19.10.
2021-04-20 03:31:46 +02:00
Mathieu Othacehe
2f6cbd55b6
gnu: cuirass: Update to 1.0.0-12.e49368a.
...
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-12.e49368a.
2021-04-19 19:40:34 +02:00
Tobias Geerinckx-Rice
e46273f108
gnu: perl-digest-crc: Update to 0.23.
...
* gnu/packages/perl.scm (perl-digest-crc): Update to 0.23.
2021-04-19 19:23:02 +02:00
Tobias Geerinckx-Rice
cebed25e67
gnu: mamba: Prepare for cross-compilation.
...
* gnu/packages/music.scm (mamba)[arguments]: Use CC-FOR-TARGET.
2021-04-19 19:23:02 +02:00
Tobias Geerinckx-Rice
0620901219
gnu: mtools: Update to 4.0.27.
...
* gnu/packages/mtools.scm (mtools): Update to 4.0.27.
2021-04-19 19:23:01 +02:00
Tobias Geerinckx-Rice
00a0860b4c
gnu: slurp: Update to 1.3.2.
...
* gnu/packages/image.scm (slurp): Update to 1.3.2.
2021-04-19 19:23:01 +02:00
Tobias Geerinckx-Rice
4f148908d6
gnu: grim: Update to 1.3.2.
...
* gnu/packages/image.scm (grim): Update to 1.3.2.
2021-04-19 19:23:01 +02:00
Tobias Geerinckx-Rice
617b4432e2
gnu: gpodder: Update to 3.10.19.
...
* gnu/packages/gpodder.scm (gpodder): Update to 3.10.19.
2021-04-19 19:23:01 +02:00
Tobias Geerinckx-Rice
46175ad310
gnu: fcft: Update to 2.3.3.
...
* gnu/packages/fontutils.scm (fcft): Update to 2.3.3.
2021-04-19 19:23:00 +02:00
Tobias Geerinckx-Rice
999a1c475f
gnu: monero-gui: Update to 0.17.2.1.
...
* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.1.
2021-04-19 19:23:00 +02:00
Tobias Geerinckx-Rice
bf5f75856e
gnu: freetds: Update to 1.2.20.
...
* gnu/packages/databases.scm (freetds): Update to 1.2.20.
2021-04-19 19:23:00 +02:00
Tobias Geerinckx-Rice
409e20a65c
gnu: inxi-minimal: Update to 3.3.04-1.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.04-1.
2021-04-19 19:22:59 +02:00
Tobias Geerinckx-Rice
d3480fbfaf
gnu: entt: Update to 3.7.1.
...
* gnu/packages/game-development.scm (entt): Update to 3.7.1.
2021-04-19 19:22:59 +02:00
Tobias Geerinckx-Rice
f76cb6b6f4
gnu: less: Update to 581.
...
* gnu/packages/less.scm (less): Update to 581.
2021-04-19 19:22:59 +02:00
Tobias Geerinckx-Rice
ab3bf855db
gnu: libhandy: Update to 1.2.1.
...
* gnu/packages/gnome.scm (libhandy): Update to 1.2.1.
2021-04-19 19:22:58 +02:00
Tobias Geerinckx-Rice
b9194446b1
gnu: perl-cpanel-json-xs: Update to 4.26.
...
* gnu/packages/perl.scm (perl-cpanel-json-xs): Update to 4.26.
2021-04-19 19:22:58 +02:00
Tobias Geerinckx-Rice
164800b2a3
gnu: youtube-dl: Update to 2021.04.17.
...
* gnu/packages/video.scm (youtube-dl): Update to 2021.04.17.
2021-04-19 19:22:58 +02:00
Sharlatan Hellseher
bde6c43fbc
gnu: Add cl-inferior-shell.
...
* gnu/packages/lisp-xyz.scm (sbcl-inferior-shell, cl-inferior-shell,
ecl-inferior-shell): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-19 17:28:12 +02:00
Sharlatan Hellseher
9f084143d8
gnu: Add cl-fare-mop.
...
* gnu/packages/lisp-xyz.scm (sbcl-fare-mop, cl-fare-mop, ecl-fare-mop): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-19 17:18:17 +02:00
Sharlatan Hellseher
f7b45ede9f
gnu: Add cl-svg.
...
* gnu/packages/lisp-xyz.scm (sbcl-cl-svg, cl-svg, ecl-cl-svg): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-19 17:11:00 +02:00
Sharlatan Hellseher
1cef75faae
gnu: Add cl-png.
...
* gnu/packages/lisp-xyz.scm (sbcl-png, cl-png, ecl-png): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-19 17:06:31 +02:00
cage
a91844530f
gnu: tinmop: Update to 0.6.2.
...
* gnu/packages/web-browsers.scm (tinmop): Update to 0.6.2.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-19 16:52:11 +02:00
cage
7b5b42129e
gnu: sbcl-croatoan: Update to 0.0.1-2.7077ef1.
...
* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-2.7077ef1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-19 16:46:51 +02:00
Andreas Enge
0dda79405e
gnu: Add perl-digest-sha.
...
* gnu/packages/perl.scm (perl-digest-sha): New variable.
2021-04-19 13:21:44 +02:00
jgart
fe5c36728f
gnu: Add gnome-2048.
...
* gnu/packages/games.scm (gnome-2048): New variable.
Co-authored-by: Carla Cao <ccao001@fiu.edu>
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-04-19 11:46:55 +02:00
jgart
0e5c5ec52c
gnu: libgnome-games-support: Update to 1.7.1.
...
* gnu/packages/gnome.scm (libgnome-games-support): Update to 1.7.1.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-04-19 11:46:55 +02:00
Ryan Prior
3daadd776c
gnu: esbuild: Update to 0.11.12.
...
* gnu/packages/web.scm (esbuild): Update to 0.11.12.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-19 11:19:22 +03:00
WinterHound
3ddece896f
gnu: Add kirc.
...
* gnu/packages/irc.scm (kirc): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-18 14:43:01 -04:00
Tobias Geerinckx-Rice
e1bb900307
gnu: libopenmpt: Update to 0.5.8 [security fixes].
...
* gnu/packages/audio.scm (libopenmpt): Update to 0.5.8.
2021-04-18 20:26:59 +02:00
Tobias Geerinckx-Rice
0379b6e806
gnu: cifs-utils: Update to 6.13.
...
* gnu/packages/samba.scm (cifs-utils): Update to 6.13.
2021-04-18 20:26:59 +02:00
Tobias Geerinckx-Rice
e50a4847e4
gnu: python-poetry-core: Update to 1.0.3.
...
* gnu/packages/python-build.scm (python-poetry-core): Update to 1.0.3.
2021-04-18 20:26:59 +02:00
Tobias Geerinckx-Rice
c135096b23
gnu: perl-pdf-api2: Update to 2.040.
...
* gnu/packages/perl.scm (perl-pdf-api2): Update to 2.040.
2021-04-18 20:26:59 +02:00
Tobias Geerinckx-Rice
6ba730cfe6
gnu: mujs: Update to 1.1.1.
...
* gnu/packages/javascript.scm (mujs): Update to 1.1.1.
2021-04-18 20:26:58 +02:00
Tobias Geerinckx-Rice
927b8f245b
gnu: psi-plus: Update to 1.5.1484.
...
* gnu/packages/messaging.scm (psi-plus): Update to 1.5.1484.
2021-04-18 20:26:58 +02:00
Tobias Geerinckx-Rice
cf11bb5b9f
gnu: python-webtest: Update to 2.0.35.
...
* gnu/packages/python-web.scm (python-webtest): Update to 2.0.35.
2021-04-18 20:26:58 +02:00
Efraim Flashner
28e09d7fc0
gnu: poke: Update to 1.2.
...
* gnu/packages/engineering.scm (poke): Update to 1.2.
2021-04-18 21:01:04 +03:00
Lars-Dominik Braun
8fc4460889
gnu: python-lfdfiles: Fix build.
...
* gnu/packages/python-xyz.scm (python-lfdfiles) [source]: Remove
pre-generated C files.
[native-inputs]: Add python-cython.
[arguments]: Disable tests.
2021-04-18 15:09:33 +02:00
Nicolas Goaziou
9f2da0a061
gnu: emacs-vertico: Update to 0.5.
...
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.5.
[arguments]: Remove obsolete phase as the "vertico.texi" file is no longer
provided.
2021-04-18 11:18:07 +02:00
Nicolas Goaziou
45105494e1
gnu: emacs-auctex: Update to 13.0.7.
...
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.7.
2021-04-18 11:12:55 +02:00
Lars-Dominik Braun
da28f04a5f
gnu: python-lfdfiles: Update to 2021.2.22.
...
* gnu/packages/python-xyz.scm (python-lfdfiles): Update to 2021.2.22.
2021-04-18 08:36:30 +02:00
Lars-Dominik Braun
bfb1164a74
gnu: python-roifile: Update to 2020.11.28.
...
* gnu/packages/python-xyz.scm (python-roifile): Update to 2020.11.28.
2021-04-18 08:36:30 +02:00
Lars-Dominik Braun
f3f118402d
gnu: python-tifffile: Update to 2021.4.8.
...
* gnu/packages/python-xyz.scm (python-tifffile) [version]: Update to
2021.4.8.
[propagated-inputs]: Drop python-roifiles, which is only required for
tests (disabled). Add python-imagecodecs, which allows decoding
compressed tiff files.
2021-04-18 08:36:30 +02:00
Lars-Dominik Braun
94db80b6d1
gnu: Add python-imagecodecs.
...
* gnu/packages/python-xyz.scm (python-imagecodecs): New variable.
2021-04-18 08:36:30 +02:00
Ludovic Courtès
84feaca488
gnu: util-linux: Disable tests when building on i586-gnu.
...
Works around <https://bugs.gnu.org/47791 >
Reported by Maxime Devos <maximedevos@telenet.be>.
* gnu/packages/linux.scm (util-linux)[arguments]: Pass #:tests?.
2021-04-17 22:59:47 +02:00
François J
9d21858e92
gnu: beancount: Update to 2.3.4.
...
* gnu/packages/finance.scm (beancount): Update to 2.3.4.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-17 09:18:27 +02:00
Leo Famulari
caa0229a25
gnu: linux-libre 4.4: Update to 4.4.267.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.267.
(linux-libre-4.4-pristine-source): Update hash.
2021-04-17 01:21:51 -04:00
Leo Famulari
5e9d044324
gnu: linux-libre 4.9: Update to 4.9.267.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.267.
(linux-libre-4.9-pristine-source): Update hash.
2021-04-17 01:21:51 -04:00
Leo Famulari
20f88278c8
gnu: linux-libre 4.14: Update to 4.14.231.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.231.
(linux-libre-4.14-pristine-source): Update hash.
2021-04-17 01:21:51 -04:00
Leo Famulari
9a27753c4e
gnu: linux-libre 4.19: Update to 4.19.188.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.188.
(linux-libre-4.19-pristine-source): Update hash.
2021-04-17 01:21:51 -04:00
Leo Famulari
228387f2a1
gnu: linux-libre 5.4: Update to 5.4.113.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.113.
(linux-libre-5.4-pristine-source): Update hash.
2021-04-17 01:21:51 -04:00
Leo Famulari
f6502ba758
gnu: linux-libre 5.10: Update to 5.10.31.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.31.
(linux-libre-5.10-pristine-source): Update hash.
2021-04-17 01:21:51 -04:00
Leo Famulari
af482ec8de
gnu: linux-libre: Update to 5.11.15.
...
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.15.
(linux-libre-5.11-pristine-source): Update hash.
2021-04-17 01:21:50 -04:00
Xinglu Chen
7a6625e83f
gnu: guile-git: Switch to 'git-fetch'.
...
* gnu/packages/guile.scm (guile-git)[source]: Use ‘git-fetch’ instead of
‘url-fetch’.
[native-inputs]: Add autoconf, automake, and texinfo.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-04-16 23:25:23 +02:00
Roel Janssen
c3926120ba
gnu: Update blast+ to 2.11.0.
...
* gnu/packages/bioinformatics.scm (blast+): Update to 2.11.0.
2021-04-16 20:56:43 +02:00
Leo Famulari
587510d7e7
gnu: certbot, python-acme: Update to 1.14.0.
...
* gnu/packages/tls.scm (certbot, python-acme): Update to 1.14.0.
2021-04-16 12:52:49 -04:00
Nicolas Goaziou
bbb4604487
gnu: emacs-ztree: Update to 1.0.6.
...
* gnu/packages/emacs-xyz.scm (emacs-ztree): Update to 1.0.6.
2021-04-16 18:52:18 +02:00
Nicolas Goaziou
51b01b957a
gnu: emacs-posframe: Update to 1.0.1.
...
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.0.1.
2021-04-16 18:49:23 +02:00
Léo Le Bouter
9de5d77f9b
gnu: qutebrowser: Update to 2.2.0.
...
* gnu/packages/web-browsers.scm (qutebrowser): Update to 2.2.0.
2021-04-16 14:04:07 +02:00
Adam Kandur
4d7b6df58e
gnu: Add cl-bodge-blobs-support.
...
* gnu/packages/lisp-xyz.scm (sbcl-bodge-blobs-support,
cl-bodge-blobs-support, ecl-bodge-blobs-support): New variable.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-16 13:47:10 +02:00
Roel Janssen
44f9432705
gnu: Add python-mappy.
...
* gnu/packages/python-xyz.scm (python-mappy): New variable.
2021-04-16 11:20:21 +02:00
Efraim Flashner
6c7251f26e
gnu: dpkg: Update to 1.20.9.
...
* gnu/packages/debian.scm (dpkg): Update to 1.20.9.
2021-04-16 11:46:33 +03:00
Efraim Flashner
482ff111d2
gnu: ubuntu-keyring: Update to 2021.03.26.
...
* gnu/packages/debian.scm (ubuntu-keyring): Update to 2021.03.26.
2021-04-16 11:46:30 +03:00
Efraim Flashner
002b611276
gnu: debian-archive-keyring: Update to 2021.1.1.
...
* gnu/packages/debian.scm (debian-archive-keyring): Update to 2021.1.1.
2021-04-16 11:46:22 +03:00
Ekaitz Zarraga
ce2fe8bf34
gnu: freecad: Update to 0.19.1.
...
* gnu/packages/engineering.scm (freecad): Update to 0.19.1
[inputs]: Add double-conversion, gl2ps, jsoncpp, libjpeg-turbo, libtheora,
libtiff, libxmlplusplus, lz4, netcdf, proj, python-gitpython, python-pyyaml,
sqlite, and vtk-8. Remove vtk.
[arguments]: Add "-DBUILD_FLAT_MESH:BOOL=ON" to #:configure-flags.
2021-04-15 22:13:06 -04:00
Ekaitz Zarraga
950475bb96
gnu: Add vtk-8.
...
gnu/packages/image-processing (vtk-8): New variable.
2021-04-15 22:13:05 -04:00
Efraim Flashner
ebd021f732
gnu: mesa: Add powerpc64le-linux support.
...
* gnu/packages/gl.scm (mesa)[inputs]: Add llvm on powerpc64le.
[native-inputs]: Add glslang on powerpc64le.
[arguments]: Adjust configure-flags for powerpc64le to fix building on
powerpc64le and enable features. Add powerpc64le specific phase to skip
known failing test.
2021-04-15 21:12:54 +03:00
David Thompson
e7548afbad
gnu: haunt: Update to 0.2.5.
2021-04-15 13:17:19 -04:00
Paul Garlick
a5bbd38fd1
gnu: Add texlive-kastrup.
...
* gnu/packages/tex.scm: New variable.
2021-04-15 14:12:10 +01:00
BonfaceKilz
27396a13c8
gnu: Add python-abjad.
...
* gnu/packages/music.scm (python-abjad): New variable.
Co-authored-by: jgart <jgart@dismail.de>
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-15 14:26:45 +03:00
BonfaceKilz
565ecf8457
gnu: Add python-quicktions.
...
* gnu/packages/python-xyz.scm (python-quicktions): New variable.
Co-authored-by: jgart <jgart@dismail.de>
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-15 11:27:21 +03:00
BonfaceKilz
c578d7a25a
gnu: Add python-uqbar.
...
* gnu/packages/graphviz.scm (python-uqbar): New variable.
Co-authored-by: jgart <jgart@dismail.de>
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-15 11:22:29 +03:00
BonfaceKilz
81b361fdd4
gnu: Add python-pytest-helpers-namespace.
...
* gnu/packages/python-check.scm (python-pytest-helpers-namespace): New
variable.
Co-authored-by: jgart <jgart@dismail.de>
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-15 11:12:22 +03:00
BonfaceKilz
5c2e4711a7
gnu: Add python-setuptools-declarative-requirements.
...
* gnu/packages/python-xyz.scm (python-setuptools-declarative-requirements):
New variable.
Co-authored-by: jgart <jgart@dismail.de>
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-15 11:09:45 +03:00
BonfaceKilz
64fe44fa84
gnu: Add python-roman.
...
* gnu/packages/python-xyz.scm (python-roman): New variable.
Co-authored-by: jgart <jgart@dismail.de>
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-15 11:00:02 +03:00
Nicolas Goaziou
abf032c131
gnu: emacs-emms: Update to 7.1.
...
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.1.
2021-04-15 09:15:49 +02:00
Leo Famulari
050be36cbf
gnu: btrfs-progs: Update to 5.11.1.
...
* gnu/packages/linux.scm (btrfs-progs): Update to 5.11.1.
2021-04-14 20:03:06 -04:00
Leo Famulari
ab616d44a1
gnu: wireless-regdb: Update to 2020.11.20.
...
* gnu/packages/linux.scm (wireless-regdb): Update to 2020.11.20.
[description]: Correct the description.
2021-04-14 17:06:37 -04:00
Leo Famulari
afe0142e04
gnu: linux-libre 4.19: Update to 4.19.187.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.187.
(linux-libre-4.19-pristine-source): Update hash.
2021-04-14 17:06:37 -04:00
Leo Famulari
3ccc01b410
gnu: linux-libre 5.4: Update to 5.4.112.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.112.
(linux-libre-5.4-pristine-source): Update hash.
2021-04-14 17:06:37 -04:00
Leo Famulari
ad0caeb9db
gnu: linux-libre 5.10: Update to 5.10.30.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.30.
(linux-libre-5.10-pristine-source): Update hash.
2021-04-14 17:06:37 -04:00
Leo Famulari
7b2e4ccce2
gnu: linux-libre: Update to 5.11.14.
...
* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.14.
(linux-libre-5.11-pristine-source): Update hash.
2021-04-14 17:06:37 -04:00
Felix Gruber
dd9e77f81b
gnu: oil: Update to 0.8.9.
...
* gnu/packages/shells.scm (oil): Update to 0.8.9.
[arguments]: Make the 'check' phase return #t.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-14 13:49:08 -04:00
Arun Isaac
563e4bd884
gnu: cwltool: Update to 3.0.20210319143721.
...
* gnu/packages/bioinformatics.scm (cwltool): Update to 3.0.20210319143721.
[arguments]: In the loosen-version-restrictions phase, relax pytest version
restriction. In the modify-tests phase, delete file tests/test_content_type.py
since it contains tests that require network access.
2021-04-14 22:39:54 +05:30
Arun Isaac
12e210d907
gnu: python-schema-salad: Update to 7.1.20210316164414.
...
* gnu/packages/bioinformatics.scm (python-schema-salad): Update to
7.1.20210316164414.
[arguments]: Add skip-failing-tests phase.
2021-04-14 22:39:54 +05:30
Mathieu Othacehe
3a2747ab74
gnu: cuirass: Update to 1.0.0-11.922cc66.
...
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-11.922cc66.
2021-04-14 18:05:16 +02:00
Ricardo Wurmus
863bd265e4
gnu: python-stevedore: Propagate pbr.
...
* gnu/packages/openstack.scm (python-stevedore)[native-inputs]: Move
python-pbr from here...
[propagated-inputs]: ...to here.
[arguments]: Add phase to patch requirements.
2021-04-14 17:15:23 +02:00
Ricardo Wurmus
9fd8f44bd7
gnu: Add python-ld.
...
* gnu/packages/python-xyz.scm (python-ld): New variable.
2021-04-14 17:15:23 +02:00
Mathieu Othacehe
5bc5371b34
gnu: cuirass: Update to 1.0.0-10.17e8759.
...
* gnu/packages/ci.scm (cuirass): Update to 1.0.0-10.17e8759.
2021-04-14 15:07:44 +02:00
Paul Garlick
9153e12d73
gnu: Add texlive-ly1.
...
* gnu/packages/tex.scm: New package.
2021-04-14 12:04:14 +01:00
Nicolas Goaziou
f181ee1f42
gnu: emacs-vertico: Update to 0.4.
...
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.4.
2021-04-14 10:25:54 +02:00
Ricardo Wurmus
2aa03a99e7
gnu: Add srecord.
...
* gnu/packages/flashing-tools.scm (srecord): New variable.
2021-04-14 10:20:29 +02:00
Trevor Hass
c5e149a9d9
gnu: minetest: Fix absolute path to 'rm' command.
...
* gnu/packages/games.scm (minetest)[patch-sources]: Substitute '/bin/rm' path.
[inputs]: Add coreutils.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-04-14 09:41:57 +02:00
Leo Famulari
a758a8a3c2
gnu: Guix: Update to 1.2.0-21.4dff6ec.
...
Fixes <https://bugs.gnu.org/46829 >.
* gnu/packages/package-management.scm (guix): Update to 1.2.0-21.4dff6ec.
2021-04-13 19:24:31 -04:00
Ludovic Courtès
c2e83b7105
gnu: guile-git: Update to 0.5.0.
...
* gnu/packages/guile.scm (guile-git): Update to 0.5.0.
2021-04-13 22:08:01 +02:00
Xinglu Chen
82543e9649
gnu: emacs-git-link: Update to 0.8.3.
...
* gnu/packages/emacs-xyz.scm (emacs-git-link): Update to 0.8.3.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-13 14:28:50 -04:00
Leo Famulari
15de49e60b
gnu: le-certs: Update to new Let's Encrypt certificates.
...
* gnu/packages/certs.scm (le-certs): Update the certificate store.
[inputs]: Add isrgrootx2.pem, letsencryptauthorityr3.pem,
letsencryptauthorityr4.pem, letsencryptauthoritye1.pem, and
letsencryptauthoritye2.pem. Remove letsencryptauthorityx3.pem and
letsencryptauthorityx4.pem.
[arguments]: Adjust the builder accordingly.
2021-04-13 13:46:24 -04:00
Peter Lo
b5607d830c
gnu: Add r-randomforestsrc.
...
* gnu/packages/cran.scm (r-randomforestsrc): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-04-13 14:44:32 +02:00
Efraim Flashner
516a101dd4
gnu: openconnect-sso: Update to 0.7.2.
...
* gnu/packages/vpn.scm (openconnect-sso): Update to 0.7.2.
[arguments]: Remove 'adjust-package-version-requirements phase.
2021-04-13 15:21:32 +03:00
Roel Janssen
f0741f3efe
gnu: Add r-hmm.
...
* gnu/packages/cran.scm (r-hmm): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-04-13 13:55:01 +02:00
Ricardo Wurmus
9e7f09cbec
gnu: python-tinycss2: Enable tests.
...
* gnu/packages/python-web.scm (python-tinycss2)[source]: Fetch from git
repository to include tests.
[arguments]: Build from source with flit.
[native-inputs]: Add python-flit, python-pytest, python-pytest-cov,
python-pytest-flake8, and python-pytest-isort.
2021-04-13 13:41:19 +02:00
Ricardo Wurmus
cf1517a1b7
gnu: python-ipywidgets: Update to 7.6.3.
...
* gnu/packages/python-xyz.scm (python-ipywidgets): Update to 7.6.3.
[propagated-inputs]: Add python-ipython, python-jupyterlab-widgets, and
python-nbformat.
[native-inputs]: Remove python-nose; add python-mock and ptyhon-pytest-cov.
2021-04-13 13:41:19 +02:00
Ricardo Wurmus
7c4f9c17de
gnu: python-widgetsnbextension: Remove unnecessary inputs.
...
* gnu/packages/python-xyz.scm (python-widgetsnbextension)[propagated-inputs]:
Remove python-argon2-cffi, python-ipykernel, and python-terminado.
[native-inputs]: Remove python-certifi and python-nose.
2021-04-13 13:41:19 +02:00
Ricardo Wurmus
4cb6120584
gnu: Add python-jupyterlab-widgets.
...
* gnu/packages/jupyter.scm (python-jupyterlab-widgets): New variable.
2021-04-13 13:41:18 +02:00
Ricardo Wurmus
a26dd2e282
gnu: Add python-jupyter-packaging.
...
* gnu/packages/jupyter.scm (python-jupyter-packaging): New variable.
2021-04-13 13:41:18 +02:00
Ricardo Wurmus
c00996fdbe
gnu: Add python-deprecation.
...
* gnu/packages/python-xyz.scm (python-deprecation): New variable.
2021-04-13 13:41:18 +02:00
Ricardo Wurmus
5c89e2ac6f
gnu: python-testpath: Update to 0.4.4.
...
* gnu/packages/check.scm (python-testpath): Update to 0.4.4.
[arguments]: Build the package as intended with flit.
[native-inputs]: Add python-flit.
2021-04-13 13:41:18 +02:00
Ricardo Wurmus
636f4d5051
gnu: python-flit: Update to 3.2.0.
...
* gnu/packages/python-xyz.scm (python-flit): Update to 3.2.0.
[source]: Fetch from git repository to include flit_core.
[arguments]: Add phases to bootstrap the build.
[propagated-inputs]: Add python-pytoml and python-toml.
[native-inputs]: Add python-docutils, python-responses,
python-pygments-github-lexers, python-pytest, python-pytest-cov,
python-sphinx, python-sphinxcontrib-github-alt, and python-testpath.
2021-04-13 13:41:18 +02:00
Ricardo Wurmus
a818a34f88
gnu: Add python-sphinxcontrib-github-alt.
...
* gnu/packages/sphinx.scm (python-sphinxcontrib-github-alt): New variable.
2021-04-13 13:41:18 +02:00
Ricardo Wurmus
f5acecdd46
gnu: Add python-requests-unixsocket.
...
* gnu/packages/python-web.scm (python-requests-unixsocket): New variable.
2021-04-13 13:41:18 +02:00
Ricardo Wurmus
2572bc8125
gnu: Add python-pygments-github-lexers.
...
* gnu/packages/python-xyz.scm (python-pygments-github-lexers): New variable.
2021-04-13 13:41:18 +02:00
Ricardo Wurmus
3bd962bc3c
gnu: Add python-pytoml.
...
* gnu/packages/python-build.scm (python-pytoml): New variable.
2021-04-13 13:41:18 +02:00
Ricardo Wurmus
5ce53a4d1c
gnu: Remove python2-ipykernel.
...
* gnu/packages/python-xyz.scm (python2-ipykernel): Remove variable.
(python-ipykernel)[properties]: Remove python2-variant.
2021-04-13 13:41:18 +02:00
Ricardo Wurmus
89f1a4a415
gnu: Remove python2-jupyter-console.
...
* gnu/packages/python-xyz.scm (python2-jupyter-console): Remove variable.
(python-jupyter-console)[properties]: Remove python2-variant.
2021-04-13 13:41:18 +02:00
Ricardo Wurmus
a0a8fdeaf2
gnu: Remove python2-jupyter-core.
...
* gnu/packages/python-xyz.scm (python2-jupyter-core): Remove variable.
2021-04-13 13:41:18 +02:00
Ricardo Wurmus
3a62614f32
gnu: Remove python2-ipyparallel.
...
* gnu/packages/python-xyz.scm (python2-ipyparallel): Remove variable.
2021-04-13 13:41:18 +02:00
Ricardo Wurmus
1388c166e7
gnu: Remove python2-matplotlib-documentation.
...
* gnu/packages/python-xyz.scm (python2-matplotlib-documentation): Remove variable.
2021-04-13 13:41:17 +02:00
Ricardo Wurmus
6b3872e871
gnu: python-nbformat: Update to 5.1.3.
...
* gnu/packages/python-xyz.scm (python-nbformat): Update to 5.1.3.
[arguments]: Remove to enable tests.
[native-inputs]: Add python-pytest.
[properties]: Add python2-variant.
(python2-nbformat): Keep at version 4.4.0; override version and source field.
2021-04-13 13:41:17 +02:00
Ricardo Wurmus
f4af353cb2
gnu: python-nbconvert: Update to 6.0.7.
...
* gnu/packages/python-xyz.scm (python-nbconvert): Update to 6.0.7.
[arguments]: Remove configure flags, enable tests, override check phase.
[propagated-inputs]: Add python-defusedxml, python-nbclient,
python-pandocfilters, python-jupyterlab-pygments, and python-testpath.
[properties]: Add python2-variant.
(python2-nbconvert): Override version, source, arguments, and
propagated-inputs.
2021-04-13 13:41:17 +02:00
Ricardo Wurmus
74d2d7a322
gnu: Add python-nbclient.
...
* gnu/packages/jupyter.scm (python-nbclient): New variable.
2021-04-13 13:41:17 +02:00
Ricardo Wurmus
95456c2fc9
gnu: Add python-jupyterlab-pygments.
...
* gnu/packages/jupyter.scm (python-jupyterlab-pygments): New variable.
2021-04-13 13:41:17 +02:00
Ricardo Wurmus
2043e7bfc8
gnu: Add python-nest-asyncio.
...
* gnu/packages/python-xyz.scm (python-nest-asyncio): New variable.
2021-04-13 13:41:17 +02:00
Ricardo Wurmus
6d0a3dc4bc
gnu: python-notebook: Update inputs.
...
* gnu/packages/python-xyz.scm (python-notebook)[propagated-inputs]: Add
python-argon2-cffi, python-ipykernel, python-ipython-genutils, python-jinja2,
python-jupyter-client, python-pyzmq, python-tornado-6, and python-traitlets.
[native-inputs]: Remove python-nose and python-sphinx; add python-coverage,
python-nbval, python-pytest, python-pytest-cov, and
python-requests-unixsocket.
[arguments]: Use pytest instead of nosetests.
2021-04-13 13:41:17 +02:00
Ricardo Wurmus
e9008a66ea
gnu: python-notebook: Update to 6.3.0.
...
* gnu/packages/python-xyz.scm (python-notebook): Update to 6.3.0.
2021-04-13 13:41:17 +02:00
Ricardo Wurmus
a7a92c00f4
gnu: python-widgetsnbextension: Add missing inputs.
...
* gnu/packages/python-xyz.scm (python-widgetsnbextension)[propagated-inputs]:
Add python-argon2-cffi and python-terminado.
2021-04-13 13:41:17 +02:00
Ricardo Wurmus
02746ead49
gnu: python-ipykernel: Update to 5.5.3.
...
* gnu/packages/python-xyz.scm (python-ipykernel): Update to 5.5.3.
2021-04-13 13:41:17 +02:00
Ricardo Wurmus
b1415bf089
gnu: python-jupyter-client: Update to 6.1.12.
...
* gnu/packages/python-xyz.scm (python-jupyter-client): Update to 6.1.12.
[propagated-inputs]: Add python-dateutil and python-tornado-6.
[native-inputs]: Add python-pytest.
2021-04-13 13:41:17 +02:00
Ricardo Wurmus
2a12cbaaab
gnu: python-jupyter-core: Update to 4.7.1.
...
* gnu/packages/python-xyz.scm (python-jupyter-core): Update to 4.7.1.
2021-04-13 13:41:16 +02:00
Ricardo Wurmus
95f25c9b13
gnu: python-terminado: Update to 0.9.4.
...
* gnu/packages/python-web.scm (python-terminado): Update to 0.9.4.
[propagated-inputs]: Replace python-tornado with python-tornado-6.
[native-inputs]: Replace python-nose with python-pytest.
[home-page]: Follow redirect.
[arguments]: Update check phase.
2021-04-13 13:41:16 +02:00
Ryan Prior
85788dd64d
gnu: esbuild: Update to 0.11.9.
...
* gnu/packages/web.scm (esbuild): Update to 0.11.9.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-13 14:23:47 +03:00
Ryan Prior
504a525d37
gnu: visidata: Update to 2.4.
...
* gnu/packages/visidata.scm (visidata): Update to 2.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-13 14:23:40 +03:00
Morgan Smith
bad0654d4f
gnu: gnu-standards: Update to 2020-11-25.
...
* gnu/packages/gnu-doc.scm (gnu-standards): Update to 2020-11-25.
[source]: Make file-name more descriptive. Use version variable for
revision.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-13 14:19:36 +03:00
Paul Garlick
995f685e4d
gnu: Add texlive-xcharter.
...
* gnu/packages/tex.scm: New variable.
2021-04-13 11:33:49 +01:00
Ricardo Wurmus
1bbed20332
gnu: guile-picture-language: Update to 0.0.1-5.a1322bf.
...
* gnu/packages/guile-xyz.scm (guile-picture-language): Update to
0.0.1-5.a1322bf.
2021-04-12 21:51:38 +02:00
Philip McGrath
834aa48504
gnu: racket: Don't inject store paths into Racket files.
...
Apparently, during grafting, Guix can somehow mangle compiled
Racket CS files (.zo) such that Racket will refuse to load them.
(Maybe it has something to do with compression?)
So, we stop patching Racket sources with absolute paths to store
files (i.e. for foreign libraries to dlopen).
Instead, we put them in a data file that doesn't get compiled or,
in one case, embed it in C.
Fixes https://issues.guix.gnu.org/47064
* gnu/packages/patches/racket-sh-via-rktio.patch: New file.
Adds a special case at the C level, controlled by a preprocessor macro,
to handle attempts to execute "/bin/sh".
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/scheme.scm (racket)[source](patches): Apply it.
(racket)[arguments](#:configure-flags): Add the CPP flag to enable it.
(racket)[arguments](#:modules): Use srfi-1.
(racket)[arguments](#:phases): Remove 'patch-/bin/sh and 'pre-configure.
Change 'pre-configure-minimal to just change directory.
Add 'patch-config.rktd-lib-search-dirs after 'build and before 'install
to configure Racket's "lib-search-dirs".
(racket, racket-minimal)[inputs]: Add bash-minimal as an explicit input.
(racket-minimal)[source]: Adjust to inherit patches from racket.
(racket-minimal)[arguments]: Inherit from racket: changes no longer needed.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-04-12 18:42:22 +02:00
hli
eb8da54170
gnu: Add r-txdb-dmelanogaster-ucsc-dm6-ensgene.
...
* gnu/packages/bioconductor.scm (r-txdb-dmelanogaster-ucsc-dm6-ensgene):
New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-04-12 18:25:40 +02:00
Adam Kandur
c1ed3b048d
gnu: Add cl-bodge-queue.
...
* gnu/packages/lisp-xyz.scm (sbcl-bodge-queue, cl-bodge-queue,
ecl-bodge-queue): New variables.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-12 17:06:31 +02:00
Nicolas Goaziou
7b04bdaba8
gnu: hydrogen: Update to 1.0.2.
...
* gnu/packages/music.scm (hydrogen): Update to 1.0.2.
2021-04-12 16:06:51 +02:00
Ekaitz Zarraga
f53ec9d99b
gnu: Add openvdb.
...
* gnu/packages/graphics.scm (openvdb): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-04-12 16:03:51 +02:00
Paul Garlick
e698843442
gnu: Add texlive-newtx.
...
* gnu/packages/tex.scm: New variable.
2021-04-12 14:21:23 +01:00
Julien Lepiller
ac3bf4e4da
gnu: java-eclipse-jetty-util: Update to 9.4.39 [security fixes].
...
Fixes CVE-2021-28165 - jetty server high CPU when client send data length >
17408, CVE-2021-28164 - Normalize ambiguous URIs and CVE-2021-28163 - Exclude
webapps directory from deployment scan.
* gnu/packages/java.scm (java-eclipse-jetty-util): Update to 9.4.39.
(java-eclipse-jetty-util-ajax): New variable.
(java-eclipse-jetty-util, java-eclipse-jetty-io, java-eclipse-jetty-http)
(java-eclipse-jetty-jmx, java-eclipse-jetty-server)
(java-eclipse-jetty-security, java-eclipse-jetty-servlet)
(java-eclipse-jetty-xml, java-eclipse-jetty-webapp): Disable tests.
[native-inputs]: Remove test dependencies.
2021-04-12 15:12:09 +02:00
Efraim Flashner
29f205f7e0
gnu: hangups: Run test suite.
...
* gnu/packages/messaging.scm (hangups)[arguments]: Use custom 'check
phase.
2021-04-12 15:16:58 +03:00
Efraim Flashner
2323a38b01
gnu: hangups: Loosen version restrictions further.
...
* gnu/packages/messaging.scm (hangups)[arguments]: Adjust custom
'relax-dependencies phase to allow more dependency versions.
2021-04-12 15:16:58 +03:00
Ekaitz Zarraga
5414617120
gnu: python-mechanicalsoup: Update to 1.0.0.
...
* gnu/packages/python-web.scm (python-mechanicalsoup): Update to
1.0.0.
[arguments]: Enable tests.
[native-inputs]: Add python-pytest-flake8, python-pytest-httpbin,
python-pytest-cov, python-pytest-mock, python-pytest-runner,
python-requests-mock.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-12 15:16:57 +03:00
Leo Prikler
331666862c
gnu: renpy: Update to 7.4.4.
...
* gnu/packages/game-development.scm (python2-renpy): Update to 7.4.4.
(python2-pygame-sdl2)[renpy-version]: Likewise.
2021-04-12 13:13:11 +02:00
methuselah-0
f890bf6392
gnu: nginx: Enable stream module.
...
* gnu/packages/web.scm (nginx)[arguments]: Add --with-stream option in the 'configure phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-04-12 12:51:15 +02:00
methuselah-0
b9986cac3e
gnu: Add prips.
...
gnu/packages/admin.scm (prips): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-04-12 12:51:11 +02:00
Ludovic Courtès
f67663d669
gnu: blis: Add deprecated aliases.
...
Add deprecated aliases for packages removed in the parent commit.
* gnu/packages/maths.scm (blis-sandybridge, blis-haswell, blis-knl): New
variables.
2021-04-12 12:38:01 +02:00
Philip McGrath
969adb235e
gnu: blis: Update to 0.8.1.
...
* gnu/packages/maths.scm (make-blis): Remove internal function.
Inline into ...
(bliss): ... this variable. Update to 0.8.1.
[native-inputs]: Add "python" and "perl".
[arguments]: Adjust 'configure' phase to take advantage of new support
for "configuration families" with runtime hardware detection. Select
configuration automatically based on target systems, and allow
"--blis-config=" in #:configure-flags to override the default.
When building for x86_64, include all supported microarchetecture
specializations. Add "--enable-verbose-make" configure flag for better
build logs. Stop ignoring other flags from #:configure-flags.
Remove explicit #:substitutable? argument: the package is now always
substitutable. Add (srfi srfi-1) to #:modules.
(blis/x86_64): Remove internal macro.
(blis-sandybridge): Remove package: included in 'blis'.
(blis-haswell): Remove package: included in 'blis'.
(blis-knl): Remove package: included in 'blis'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-04-12 12:38:01 +02:00
Guillaume Le Vaillant
05aa5f9f39
gnu: monero-gui: Update to 0.17.2.0.
...
* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.0.
2021-04-12 11:17:59 +02:00
Guillaume Le Vaillant
3c1cfd7d32
gnu: monero: Update to 0.17.2.0.
...
* gnu/packages/finance.scm (monero): Update to 0.17.2.0.
2021-04-12 11:17:59 +02:00
Morgan Smith
8799369983
gnu: newlib-nano: Fix nano lib and header paths.
...
* gnu/packages/embedded.scm (newlib-nano-arm-none-eabi)[arguments]: Hard link
library files from *.a to *_nano.a. Hard link newlib.h to a common location.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-12 11:22:21 +03:00
Guillaume Le Vaillant
c901ec27d7
gnu: electron-cash: Add missing input.
...
Fixes <https://bugs.gnu.org/47654 >.
* gnu/packages/finance.scm (electron-cash)[inputs]: Add python-pathvalidate.
2021-04-12 10:16:07 +02:00
Guillaume Le Vaillant
5c1f673554
gnu: Add python-pathvalidate.
...
* gnu/packages/python-xyz.scm (python-pathvalidate): New variable.
2021-04-12 10:12:09 +02:00
Guillaume Le Vaillant
bceca1ff58
gnu: Add python-allpairspy.
...
* gnu/packages/python-check.scm (python-allpairspy): New variable.
2021-04-12 09:50:54 +02:00
Leo Famulari
ed3ef756f5
gnu: Syncthing: Update to 1.15.1 [fixes CVE-2021-21404].
...
* gnu/packages/syncthing.scm (syncthing): Update to 1.15.1.
[source]: Use bundled dependencies.
[inputs]: Remove field.
[arguments]: Adjust the custom 'build' and 'install' phases for 1.15.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-11 21:52:34 -04:00
Tobias Geerinckx-Rice
f5898781e2
gnu: python-cython: Update to 0.29.22.
...
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.22.
2021-04-12 01:24:46 +02:00
Tobias Geerinckx-Rice
9b34c9167b
gnu: python-fastimport: Update to 0.9.9.
...
* gnu/packages/python-xyz.scm (python-fastimport): Update to 0.9.9.
2021-04-12 00:51:49 +02:00
Tobias Geerinckx-Rice
e737e74ec0
gnu: minetest: Update to 5.4.1.
...
* gnu/packages/games.scm (minetest, minetest-data): Update to 5.4.1.
2021-04-12 00:24:02 +02:00
Tobias Geerinckx-Rice
1135b347db
gnu: ghq: Update to 1.1.7.
...
* gnu/packages/version-control.scm (ghq): Update to 1.1.7.
2021-04-12 00:03:15 +02:00
Tobias Geerinckx-Rice
5661cdce25
gnu: lagrange: Update to 1.3.2.
...
* gnu/packages/web-browsers.scm (lagrange): Update to 1.3.2.
2021-04-11 23:59:37 +02:00
Tobias Geerinckx-Rice
40707f2e0b
gnu: irssi: Update to 1.2.3.
...
* gnu/packages/irc.scm (irssi): Update to 1.2.3.
2021-04-11 23:55:17 +02:00
Tobias Geerinckx-Rice
9d7577d5d8
gnu: edgar: Update to 1.34.
...
* gnu/packages/games.scm (edgar): Update to 1.34.
2021-04-11 23:46:30 +02:00
Tobias Geerinckx-Rice
d286ea6d5b
gnu: libime: Update to 1.0.6.
...
* gnu/packages/fcitx5.scm (libime): Update to 1.0.6.
2021-04-11 23:39:17 +02:00
Tobias Geerinckx-Rice
4ebf6ccb3e
gnu: acpica: Update to 20210331.
...
* gnu/packages/admin.scm (acpica): Update to 20210331.
2021-04-11 18:07:40 +02:00
Tobias Geerinckx-Rice
50ad53c711
gnu: python-skyfield: Update to 1.38.
...
* gnu/packages/astronomy.scm (python-skyfield): Update to 1.38.
2021-04-11 18:07:40 +02:00
Tobias Geerinckx-Rice
96feb7515e
gnu: librsync: Update to 2.3.2.
...
* gnu/packages/rsync.scm (librsync): Update to 2.3.2.
2021-04-11 18:07:39 +02:00
Hartmut Goebel
03e80cf422
gnu: Add python-pysctp.
...
* gnu/packages/networking.scm(python-pysctp): New variable.
2021-04-11 17:02:30 +02:00
Hartmut Goebel
3281ba6eae
gnu: lksctp-tools: Fix build of include file.
...
* gnu/packages/patches/lksctp-tools-1.0.18-fix-header-file-name.patch:
New file.
* gnu/local.mk[patches]: Add it.
* gnu/packages/networking.scm(/lksctp-tools)[source]: Use this patch.
2021-04-11 17:02:30 +02:00
Pierre Langlois
fca8ef0d76
gnu: gpodder: Update to 3.10.18.
...
* gnu/packages/gpodder.scm (gpodder): Update to 3.10.18.
[native-inputs]: Add python-pytest, python-pytest-cov,
python-pytest-httpserver and which.
[inputs]: Add python-requests.
2021-04-11 15:54:02 +01:00
Pierre Langlois
754a7608cc
gnu: Add python-pytest-httpserver.
...
* gnu/packages/check.scm (python-pytest-httpserver): New variable.
2021-04-11 15:53:57 +01:00
Nicolas Goaziou
9d92819dba
gnu: scintilla: Update to 5.0.1.
...
* gnu/packages/text-editors.scm (scintilla): Update to 5.0.1.
2021-04-11 14:42:25 +02:00
Nicolas Goaziou
098ae2f181
gnu: emacs-ivy-posframe: Update to 0.6.0.
...
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.6.0.
2021-04-11 14:20:48 +02:00
Nicolas Goaziou
832e0be618
gnu: emacs-posframe: Update to 1.0.0.
...
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.0.0.
2021-04-11 14:20:42 +02:00
Alexandru-Sergiu Marton
337011c567
gnu: Add abook.
...
* gnu/packages/mail.scm (abook): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-04-11 12:14:11 +02:00
LibreMiami
2a624253bc
gnu: Add python-plumbum.
...
* gnu/packages/python-xyz.scm (python-plumbum): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-04-11 11:45:47 +02:00
Alexander Krotov
8ec8fe0fcc
gnu: Add lagrange.
...
* gnu/packages/web-browsers.scm (lagrange): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-04-11 11:37:06 +02:00
Joseph LaFreniere
432d801dde
gnu: Add emacs-ghq.
...
* gnu/packages/emacs-xyz.scm (emacs-ghq): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-04-11 11:27:45 +02:00
nixo
2d0a546508
gnu: Add emacs-elfeed-protocol.
...
* gnu/packages/emacs-xyz.scm (emacs-elfeed-protocol): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-04-11 11:23:30 +02:00
Eugene Klimov via Guix-patches via
735527d8e9
gnu: Add emacs-mode-line-idle.
...
* gnu/packages/emacs-xyz.scm (emacs-mode-line-idle): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-04-11 11:07:07 +02:00
Xinglu Chen
46c6161ed6
gnu: emacs-repl-toggle: Update to 0.7.1.
...
* gnu/packages/emacs-xyz.scm (emacs-repl-toggle): Update to 0.7.1.
[source]: Use Sourcehut repository.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-04-11 10:45:55 +02:00
Xinglu Chen
927cdd89c2
gnu: Add emacs-vertico.
...
* gnu/packages/emacs-xyz.scm (emacs-vertico): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-04-11 10:43:37 +02:00
Vagrant Cascadian
98067662f6
gnu: u-boot: Update to 2021.04.
...
* gnu/packages/bootloaders (u-boot): Update to 2021.04.
[source]: Use https URL.
2021-04-11 01:00:57 -07:00
Cameron Chaparro
8a625dd2ae
gnu: Add cl-clip.
...
* gnu/packages/lisp-xyz.scm (cl-clip, ecl-clip, sbcl-clip): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-04-11 09:30:40 +02:00
Leo Famulari
2cb575dcc2
gnu: linux-libre 4.4: Update to 4.4.266.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.266.
(linux-libre-4.4-pristine-source): Update hash.
2021-04-11 00:07:14 -04:00
Leo Famulari
9161511532
gnu: linux-libre 4.9: Update to 4.9.266.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.266.
(linux-libre-4.9-pristine-source): Update hash.
2021-04-11 00:07:14 -04:00
Leo Famulari
7ccd9af476
gnu: linux-libre 4.14: Update to 4.14.230.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.230.
(linux-libre-4.14-pristine-source): Update hash.
2021-04-11 00:07:13 -04:00