1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-10 15:10:37 +02:00
Commit Graph

45742 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
7927a0d9c5 gnu: cifs-utils: Update phase style.
* gnu/packages/samba.scm (cifs-utils)[arguments]: Use keyword arguments
in phases.
2019-12-24 04:01:05 +01:00
Tobias Geerinckx-Rice
b0a46bcc02 gnu: cifs-utils: Update to 6.10.
* gnu/packages/samba.scm (cifs-utils): Update to 6.10.
[arguments]: Force a ‘bootstrap’.
Add a ‘create-man8dir’ phase.
2019-12-24 04:01:05 +01:00
Alexandru-Sergiu Marton
88c9408070 gnu: Add i3-gaps.
* gnu/packages/wm.scm (i3-gaps): New variable.

Signed-off-by: Brett Gilio <brettg@gnu.org>
Co-authored-by: Brett Gilio <brettg@gnu.org>
2019-12-23 20:18:51 -06:00
Brett Gilio
94cc994ee0 gnu: gnunet: Fix license.
* gnu/packages/gnunet.scm (gnunet)[license]: Revise license to AGPL3+.

Fixes <bugs.gnu.org/38712>.
Reported-by: Dima <nintendima@gmail.com>
2019-12-23 18:19:34 -06:00
Brett Gilio
c014831159 gnu: emacs-howm: Modify installation directory in site-lisp.
* gnu/packages/emacs-xyz.scm (emacs-howm)[arguments]: site-lisp/guix.d has
  been deprecated. Reconfigure to use appropriate site-lisp path.

Fixes: <bugs.gnu.org/38685>.
Reported-by: Ivan Vilata i Balaguer <ivan@selidor.net>.
2019-12-23 17:56:46 -06:00
Brett Gilio
5bc95d2bcd gnu: python-bbknn: Update to 1.3.6.
* gnu/packages/bioinformatics.scm (python-bbknn): Update to 1.3.6.
[arguments]: Disable tests until migration to python-scikit-learn.
[propgated-inputs]: Remove python-faiss, python-scanpy.
[propgated-inputs]: Add python-scipy, python-umap-learn.
2019-12-23 17:31:06 -06:00
Brett Gilio
02139b4214 gnu: Add python-pathtools.
* gnu/packages/python-xyz.scm (python-pathtools): New variable.
2019-12-23 17:30:46 -06:00
Brett Gilio
54e5ee5a36 gnu: Add python-flit.
* gnu/packages/python-xyz.scm (python-flit): New variable.
2019-12-23 17:30:35 -06:00
Brett Gilio
65f8409636 gnu: python-numba: Update to 0.46.0.
* gnu/packages/python-xyz.scm (python-numba): Update to 0.46.0.
[arguments]: Fix typos.
[arguments]: Disable tests that can not detect Python front-end.
2019-12-23 17:30:25 -06:00
Brett Gilio
6608727262 gnu: python-llvmlite: Update to 0.30.0.
* gnu/packages/llvm.scm (python-llvmlite): Update to 0.30.0.
[arguments]: Disable tests until dynamic loading of libm.so is fixed.
2019-12-23 17:29:13 -06:00
Brett Gilio
5e42d19781 gnu: Add python-umap-learn.
* gnu/packages/machine-learning.scm (python-umap-learn): New variable.
2019-12-23 17:28:46 -06:00
Brett Gilio
bff3661726 gnu: python-eventlet: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-eventlet)[home-page]: Use HTTPS URI.
2019-12-23 17:28:14 -06:00
Brett Gilio
c9876c9b13 gnu: python-eventlet: Update to 0.25.1.
* gnu/packages/python-xyz.scm (python-eventlet): Update to 0.25.1.
2019-12-23 17:28:02 -06:00
Brett Gilio
f3c00bd192 gnu: python-sphinxcontrib-svg2pdfconverter: Fix license.
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter)[license]:
  Change to BSD-2.
2019-12-23 17:27:21 -06:00
Brett Gilio
f80d344237 gnu: python-sphinxcontrib-svg2pdfconverter: Reflow description.
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter)[description]:
  Reflow description to fit 80-char width.
2019-12-23 17:26:36 -06:00
Brett Gilio
2564081cd1 gnu: python-sphinxcontrib-svg2pdfconverter: Fix home-page.
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter)[home-page]:
  Do not use releases page for home-page URL.
2019-12-23 17:25:57 -06:00
Brett Gilio
76c83e33a8 gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.0.1.
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter): Update to 1.0.1.
2019-12-23 17:25:42 -06:00
Brett Gilio
b45aafd548 gnu: python-sphinxcontrib-programoutput: Fix home-page.
* gnu/packages/sphinx.scm (python-sphinxcontrib-programoutput)[home-page]: Use
  the most recent Github URL.
2019-12-23 17:24:36 -06:00
Brett Gilio
e2734fec32 gnu: python-sphinxcontrib-programoutput: Update to 0.15.
* gnu/packages/sphinx.scm (python-sphinxcontrib-programoutput): Update to 0.15.
2019-12-23 17:24:21 -06:00
Brett Gilio
774520df38 gnu: python-sphinxcontrib-jsmath: Fix license.
* gnu/packages/sphinx.scm (python-sphinxcontrib-jsmath): Change to BSD-2.
2019-12-23 17:23:32 -06:00
Brett Gilio
8d45404e3f gnu: python-sphinx-copybutton: Update to 0.2.6.
* gnu/packages/sphinx.scm (python-sphinx-copybutton): Update to 0.2.6.
[arguments]: Disable tests.
[propagated-inputs]: Add python-flit, python-setuptools, python-sphinx, python-wheel.
2019-12-23 17:22:42 -06:00
Brett Gilio
50bb74d0f2 gnu: python-sphinx: Fix license.
* gnu/packages/sphinx.scm (python-sphinx)[license]: Change to BSD-2.
2019-12-23 17:22:01 -06:00
Brett Gilio
f574b172e5 gnu: python-sphinx: Use HTTP URI.
* gnu/packages/sphinx.scm (python-sphinx)[home-page]: Use HTTP, HTTPS is not supported.
2019-12-23 17:21:20 -06:00
Brett Gilio
4b8c8f76c5 gnu: python-sphinx: Alphabetize inputs.
* gnu/packages/sphinx.scm (python-sphinx)[propagated-inputs]: Alphabetize.
2019-12-23 17:20:48 -06:00
Brett Gilio
0066f6be05 gnu: python-sphinx: Update to 2.3.1.
* gnu/packages/sphinx.scm (python-sphinx): Update to 2.3.1.
2019-12-23 17:20:33 -06:00
Christopher Baines
d8de20a3a6 gnu: guix-data-service: Update to 0.0.1-10.5c643e0.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-10.5c643e0.
2019-12-23 22:01:37 +00:00
Efraim Flashner
6ed192a293 gnu: Add mpv-mpris.
* gnu/packages/video.scm (mpv-mpris): New variable.
2019-12-23 22:32:50 +02:00
Hartmut Goebel
62973d2550 gnu: Remove "tags" properties for KDE games.
These are not handled by tools and not agreed upon.

* gnu/packages/games.scm (bomber, bovo, granatier, kajongg, kapman,
  kblackbox, kblocks, kbounce, kbreakout, kdiamond, kfourinline,
  kgoldrunner, kigo, killbots, kiriki, kjumpingcube, klines,
  kmahjongg, kmines, knavalbattle, knetwalk, kolf, kollision,
  konquest, kreversi, kshisen, ksirk, ksnakeduel, kspaceduel,
  ksquares, ksudoku, ktuberling, kubrick, lskat, palapeli, picmi)
  [properties]: Remove.
2019-12-23 20:59:49 +01:00
Hartmut Goebel
8fb003cbbb gnu: Remove "tags" properties for KDE utils.
These are not handled by tools and not agreed upon.

Sorry, this slipped through when pushing the utils earlier today.

* gnu/packages/kde-utils.scm (kate, kmag, kmousetool, kmouth,
  kronometer, krusader, oktea, rsibreak, smb4k, sweeper) [properties]:
  Remove.
2019-12-23 20:59:48 +01:00
Tobias Geerinckx-Rice
7b2f99cd89 gnu: clustershell: Update to 1.8.3.
* gnu/packages/ssh.scm (clustershell): Update to 1.8.3.
2019-12-23 19:45:58 +01:00
Tobias Geerinckx-Rice
e315c72f2b gnu: tbb: Update to 2020.0.
* gnu/packages/tbb.scm (tbb): Update to 2020.0.
2019-12-23 19:45:58 +01:00
Tobias Geerinckx-Rice
ac95bd97b1 gnu: dos2unix: Update to 7.4.1.
* gnu/packages/textutils.scm (dos2unix): Update to 7.4.1.
2019-12-23 19:45:58 +01:00
Tobias Geerinckx-Rice
96b96ec651 gnu: dos2unix: Don't use NAME in source URI.
* gnu/packages/textutils.scm (dos2unix)[source]: Hard-code NAME.
2019-12-23 19:45:58 +01:00
Tobias Geerinckx-Rice
0ccd3c98a6 gnu: umoci: Update to 0.4.5.
* gnu/packages/virtualization.scm (umoci): Update to 0.4.5.
2019-12-23 19:45:58 +01:00
Tobias Geerinckx-Rice
def6eed5b9 gnu: nsd: Update to 4.2.4.
* gnu/packages/dns.scm (nsd): Update to 4.2.4.
2019-12-23 19:45:57 +01:00
Tobias Geerinckx-Rice
13d70d93ad gnu: knot: Update to 2.9.2.
* gnu/packages/dns.scm (knot): Update to 2.9.2.
2019-12-23 19:45:57 +01:00
Tobias Geerinckx-Rice
cb73f30d52 gnu: knot-resolver: Update to 4.3.0 [fixes CVE-2019-19331].
* gnu/packages/dns.scm (knot-resolver): Update to 4.3.0.
2019-12-23 19:45:57 +01:00
Tobias Geerinckx-Rice
5a30234c21 gnu: gnome-shell-extension-dash-to-dock: Update to 67.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-dash-to-dock): Update to 67.
2019-12-23 19:45:57 +01:00
Tobias Geerinckx-Rice
491b91dc8a gnu: xxhash: Update to 0.7.2.
* gnu/packages/digest.scm (xxhash): Update to 0.7.2.
[arguments]: Run ‘make check’ in parallel.
2019-12-23 19:45:57 +01:00
Tobias Geerinckx-Rice
8cd2341028 gnu: xchm: Update to 1.31.
* gnu/packages/ebook.scm (xchm): Update to 1.31.
2019-12-23 19:45:57 +01:00
Tobias Geerinckx-Rice
0b17d0fdb7 gnu: fluidsynth: Update to 2.1.0.
* gnu/packages/audio.scm (fluidsynth): Update to 2.1.0.
2019-12-23 19:45:57 +01:00
Tobias Geerinckx-Rice
2f20666a74 gnu: boinc-client: Update to 7.16.3.
* gnu/packages/distributed.scm (boinc-client): Update to 7.16.3.
2019-12-23 19:45:57 +01:00
Tobias Geerinckx-Rice
be99ceef7b gnu: setbfree: Update to 0.8.11.
* gnu/packages/music.scm (setbfree): Update to 0.8.11.
2019-12-23 19:45:57 +01:00
Tobias Geerinckx-Rice
9aec93be4d gnu: clyrics: Update to 0.12.
* gnu/packages/music.scm (clyrics): Update to 0.12.
2019-12-23 19:45:56 +01:00
Tobias Geerinckx-Rice
b7a3461752 gnu: Fix typo.
* gnu/packages/maven.scm: Fix copyright header typo.
2019-12-23 19:45:56 +01:00
Tobias Geerinckx-Rice
aaa41b412f gnu: avldrums-lv2: Update to 0.4.1.
* gnu/packages/music.scm (avldrums-lv2): Update to 0.4.1.
2019-12-23 19:45:56 +01:00
Tobias Geerinckx-Rice
4b6b778137 gnu: mpd: Update to 0.21.17.
* gnu/packages/mpd.scm (mpd): Update to 0.21.17.
2019-12-23 19:45:56 +01:00
Tobias Geerinckx-Rice
7a5d23b13c gnu: libmpdclient: Update to 2.17.
* gnu/packages/mpd.scm (libmpdclient): Update to 2.17.
2019-12-23 19:45:56 +01:00
Tobias Geerinckx-Rice
d8a079e2ee gnu: speedtest-cli: Update to 2.1.2.
* gnu/packages/networking.scm (speedtest-cli): Update to 2.1.2.
2019-12-23 19:45:56 +01:00
Tobias Geerinckx-Rice
a63209a2a2 gnu: batctl: Update to 2019.5.
* gnu/packages/networking.scm (batctl): Update to 2019.5.
2019-12-23 19:45:56 +01:00