Tobias Geerinckx-Rice
50280f3eb2
gnu: liburcu: Update to 0.13.0.
...
* gnu/packages/datastructures.scm (liburcu): Update to 0.13.0.
2021-06-09 22:42:41 +02:00
Tobias Geerinckx-Rice
702affc6d7
gnu: liburcu: Omit static library.
...
* gnu/packages/datastructures.scm (liburcu)[arguments]:
Pass "--disable-static" to ./configure.
2021-06-09 22:42:40 +02:00
Arun Isaac
ac88603402
gnu: Add siggen.
...
* gnu/packages/audio.scm (siggen): New variable.
2021-06-09 22:31:38 +05:30
Christopher Baines
2d31eeecf0
gnu: nginx: Build with support for a few more modules.
...
I think this is generally useful. Personally, I want the HTTP gzip static and
gunzip ones for serving gzip compressed log files, and I spotted that the HTTP
sub and addition ones are easy to enable as well.
* gnu/packages/web.scm (nginx)[arguments]: Add the following configure flags:
--with-http_gzip_static_module, --with-http_gunzip_module,
--with-http_addition_module, --with-http_sub_module.
2021-06-09 08:54:24 +01:00
Pierre Neidhardt
054ebbf7db
gnu: sbcl-iolib: Update to 0.8.4.
...
* gnu/packages/lisp-xyz.scm (sbcl-iolib): Update to 0.8.4.
2021-06-09 08:00:28 +02:00
Tobias Geerinckx-Rice
86bb77608d
gnu: fcitx5-chinese-addons: Update to 5.0.6.
...
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): Update to 5.0.6.
2021-06-09 00:03:39 +02:00
Tobias Geerinckx-Rice
35cdad213c
gnu: fcitx5-configtool: Update to 5.0.5.
...
* gnu/packages/fcitx5.scm (fcitx5-configtool): Update to 5.0.5.
2021-06-09 00:03:39 +02:00
Tobias Geerinckx-Rice
83c36fc9f3
gnu: fcitx5-gtk: Update to 5.0.7.
...
* gnu/packages/fcitx5.scm (fcitx5-gtk): Update to 5.0.7.
[inputs]: Add fmt.
2021-06-09 00:03:39 +02:00
Tobias Geerinckx-Rice
c9a0faf9a8
gnu: fcitx5-qt: Update to 5.0.6.
...
* gnu/packages/fcitx5.scm (fcitx5-qt): Update to 5.0.6.
2021-06-09 00:03:38 +02:00
Tobias Geerinckx-Rice
13d4b3991a
gnu: fcitx5: Update to fcitx5.
...
* gnu/packages/fcitx5.scm (fcitx5): Update to fcitx5.
[native-inputs]: Add gcc-9.
2021-06-09 00:03:38 +02:00
Tobias Geerinckx-Rice
8127bcaa71
gnu: fcitx5-lua: Update to 5.0.5.
...
* gnu/packages/fcitx5.scm (fcitx5-lua): Update to 5.0.5.
2021-06-09 00:03:38 +02:00
Tobias Geerinckx-Rice
86a1080a39
gnu: libime: Fix grammar in descriptions.
...
* gnu/packages/fcitx5.scm (libime)[synopsis, description]: Exchange s.
2021-06-09 00:03:38 +02:00
Tobias Geerinckx-Rice
f0a80fc8d1
gnu: libime: Update to 1.0.7.
...
* gnu/packages/fcitx5.scm (libime): Update to 1.0.7.
2021-06-09 00:03:38 +02:00
Leo Famulari
eef6aa3c91
gnu: dialog: Fix the license.
...
* gnu/packages/ncurses.scm (dialog)[license]: Remove erroneously
included GPL3.
2021-06-08 17:53:40 -04:00
Xinglu Chen
93d85deae6
lint: Check for trailing whitespace in description.
...
* guix/lint.scm (check-description-style): Check for trailing whitespace.
* tests/lint.scm: ("description: trailing whitespace"): New test.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-08 23:28:04 +02:00
Xinglu Chen
04afb76958
lint: Check for trailing whitespace in synopsis.
...
* guix/lint.scm (check-synopsis-style): Check for trailing whitespace.
* tests/lint.scm ("synopsis: contains trailing whitespace"): New test.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-08 23:28:04 +02:00
Ludovic Courtès
9178566954
gnu: polkit: Add replacement for CVE-2021-3560.
...
* gnu/packages/patches/polkit-CVE-2021-3560.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/polkit.scm (polkit/fixed): New variable.
(polkit)[replacement]: New field.
2021-06-08 23:28:04 +02:00
Ludovic Courtès
7ccf416dd0
transformations: '--with-latest' correctly handles already-latest case.
...
Previously, '--with-latest' would wrongfully print:
warning: could not determine latest upstream release of 'xyz'
when 'xyz' is already the latest version. This fixes that.
* guix/transformations.scm (transform-package-latest): Use
'package-latest-release' instead of 'package-latest-release*'.
2021-06-08 23:28:04 +02:00
Ricardo Wurmus
ac51eb1125
gnu: pigx-sars-cov2-ww: Update to 0.0.2.
...
* gnu/packages/bioinformatics.scm (pigx-sars-cov2-ww): Update to 0.0.2.
[inputs]: Add wget.
2021-06-08 22:43:47 +02:00
Leo Prikler
8229b2b562
gnu: renpy: Update to 7.4.5.
...
* gnu/packages/game-development.scm (python2-pygame-sdl2): Bump renpy-version.
(python2-renpy): Update to 7.4.5.
2021-06-08 21:05:27 +02:00
Vinicius Monego
172a0794bb
gnu: python-pyzmq: Update to 22.1.0.
...
* gnu/packages/python-xyz.scm (python-pyzmq): Update to 22.1.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:20:43 -04:00
Vinicius Monego
65e4a610ae
gnu: python-pyzmq: Enable tests.
...
* gnu/packages/python-xyz.scm (python-pyzmq)[arguments]: Remove #:tests?. Add
new 'build-extensions' phase to build Cython extensions before tests.
[native-inputs]: Remove python-nose. Add python-cython and python-pytest.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:20:43 -04:00
Vinicius Monego
74c7055339
gnu: python-toolz: Update to 0.11.1.
...
* gnu/packages/python-xyz.scm (python-toolz): Update to 0.11.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:17:52 -04:00
Vinicius Monego
63d2928a3b
gnu: python-toolz: Enable tests.
...
* gnu/packages/python-xyz.scm (python-toolz)[arguments]: Remove #:tests?.
Override check phase.
[native-inputs]: Add python-pytest.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:17:52 -04:00
Vinicius Monego
0654e43172
gnu: ptpython: Update to 3.0.17.
...
* gnu/packages/python-xyz.scm (ptpython): Update to 3.0.17.
[propagated-inputs]: Add python-black.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:16:28 -04:00
Vinicius Monego
5502bf9a9b
gnu: python-prompt-toolkit: Update to 3.0.18.
...
* gnu/packages/python-xyz.scm (python-prompt-toolkit): Update to 3.0.18.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:16:28 -04:00
zimoun
a9eb39d4eb
gnu: python2-pendulum: Remove package.
...
* gnu/packages/time.scm (python2-pendulum): Remove variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:10:28 -04:00
zimoun
79925c2271
gnu: python2-partd: Remove package.
...
* gnu/packages/python-xyz.scm (python2-partd): Remove variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:10:28 -04:00
zimoun
5ce19343ca
gnu: python2-orator: Remove package.
...
* gnu/packages/database.scm (python2-orator): Remove variable.
(python-orator)[properties]: Remove field.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:10:27 -04:00
zimoun
515360fdc7
gnu: python2-numpy-documentation: Remove package.
...
* gnu/packages/python-xyz.scm (python2-numpy-documentation): Remove variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:10:27 -04:00
zimoun
2b0eddbb39
gnu: python2-mechanicalsoup: Remove package.
...
* gnu/packages/python-web.scm (python2-mechanicalsoup): Remove variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:10:27 -04:00
zimoun
80e05a5bdf
gnu: python2-libvirt: Remove package.
...
* gnu/packages/virtualization.scm (python2-libvirt): Remove variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:10:26 -04:00
zimoun
16a23337be
gnu: python2-hdf4: Remove package.
...
* gnu/packages/python-xyz.scm (python2-hdf4): Remove variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:10:26 -04:00
zimoun
1e582a0856
gnu: python2-gridmap: Remove package.
...
* gnu/packages/python-xyz.scm (python2-gridmap): Remove variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:10:26 -04:00
zimoun
8871b69840
gnu: python2-fastimport: Remove package.
...
* gnu/packages/python-xyz.scm (python2-fastimport): Remove variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:10:25 -04:00
zimoun
e13ab46c20
gnu: python2-bigfloat: Remove package.
...
* gnu/packages/python-xyz.scm (python2-bigfloat): Remove variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-06-08 13:10:22 -04:00
Guillaume Le Vaillant
0c0d84603d
gnu: soapyhackrf: Update to 0.3.3-1.fa83fac.
...
* gnu/packages/radio.scm (soapyhackrf): Update to 0.3.3-1.fa83fac.
2021-06-08 19:06:06 +02:00
Efraim Flashner
503c2039a2
gnu: Add julia-itertools.
...
* gnu/packages/julia-xyz.scm (julia-itertools): New variable.
2021-06-08 17:57:27 +03:00
Efraim Flashner
63a8337598
gnu: Add julia-simpletraits.
...
* gnu/packages/julia-xyz.scm (julia-simpletraits): New variable.
2021-06-08 17:57:27 +03:00
Efraim Flashner
1fde30c290
gnu: Add julia-rotations.
...
* gnu/packages/julia-xyz.scm (julia-rotations): New variable.
2021-06-08 17:57:26 +03:00
Efraim Flashner
50255943b1
gnu: Add julia-stringdistances.
...
* gnu/packages/julia-xyz.scm (julia-stringdistances): New variable.
2021-06-08 17:57:26 +03:00
Efraim Flashner
6ee82f633d
gnu: Add julia-distances.
...
* gnu/packages/julia-xyz.scm (julia-distances): New variable.
2021-06-08 17:57:26 +03:00
Efraim Flashner
3fed0af9b0
gnu: Add julia-axisalgorithms.
...
* gnu/packages/julia-xyz.scm (julia-axisalgorithms): New variable.
2021-06-08 17:57:26 +03:00
Efraim Flashner
20b79fed76
gnu: Add julia-woodburymatrices.
...
* gnu/packages/julia-xyz.scm (julia-woodburymatrices): New variable.
2021-06-08 17:57:26 +03:00
Efraim Flashner
b2ca58bec9
gnu: Add julia-ratios.
...
* gnu/packages/julia-xyz.scm (julia-ratios): New variable.
2021-06-08 17:57:26 +03:00
Efraim Flashner
7cb023cc01
gnu: Add julia-identityranges.
...
* gnu/packages/julia-xyz.scm (julia-identityranges): New variable.
2021-06-08 17:57:26 +03:00
Efraim Flashner
1ba8c88fc1
gnu: Add julia-showoff.
...
* gnu/packages/julia-xyz.scm (julia-showoff): New variable.
2021-06-08 17:57:26 +03:00
Efraim Flashner
3069985482
gnu: Add julia-blockbandedmatrices.
...
* gnu/packages/julia-xyz.scm (julia-blockbandedmatrices): New variable.
2021-06-08 17:57:25 +03:00
Efraim Flashner
567fa057d2
gnu: Add julia-blockarrays.
...
* gnu/packages/julia-xyz.scm (julia-blockarrays): New variable.
2021-06-08 17:57:25 +03:00
Efraim Flashner
2cd0dcf32e
gnu: Add julia-lazyarrays.
...
* gnu/packages/julia-xyz.scm (julia-lazyarrays): New variable.
2021-06-08 17:57:25 +03:00