me
/
guix
Archived
1
0
Fork 0
Commit Graph

79813 Commits (dde03913b3e0ecdb3851f49f4e7ca7141a96cacb)

Author SHA1 Message Date
Julien Lepiller ce14731a73
gnu: Add java-plexus-build-api.
This is the proper name for java-sisu-build-api.

* gnu/packages/java.scm (java-sisu-build-api): Rename to...
(java-plexus-build-api): ...this.
[source]: Use new source repository.
2022-02-05 20:16:15 +01:00
Julien Lepiller 12769573eb
gnu: java-plexus-utils: Default to the newer one.
* gnu/packages/java.scm (java-plexus-utils-3.3.0): Rename to...
(java-plexus-utils): ...this.
(java-plexus-utils-3.2.1): New variable.
2022-02-05 20:16:14 +01:00
Julien Lepiller a348520e2a
gnu: java-commons-codec: Use latest commons parent.
* gnu/packages/java.scm (java-commons-codec)[propagated-inputs]: Fix
commons parent version.
2022-02-05 20:16:13 +01:00
Julien Lepiller baa2a49b81
gnu: maven-parent-pom: Fix dependency versions.
* gnu/packages/maven-parent-pom.scm (make-maven-parent-pom): Add a
replacement option.
(maven-parent-pom-34, maven-parent-pom-33, maven-parent-pom-31,
maven-parent-pom-22, maven-parent-pom-15): Replace
java-plexus-component-annotations version.
2022-02-05 20:16:12 +01:00
Julien Lepiller 661cac8db6
gnu: Add maven-parent-pom-34.
* gnu/packages/maven-parent-pom.scm (maven-parent-pom-34): New variable.
2022-02-05 20:16:11 +01:00
Julien Lepiller cecf5f9211
gnu: Add plexus-parent-pom-8.
* gnu/packages/maven-parent-pom.scm (plexus-parent-pom-8): New variable.
2022-02-05 20:16:10 +01:00
Julien Lepiller 19bc914655
gnu: Add apache-commons-parent-pom-52.
* gnu/packages/maven-parent-pom.scm (apache-commons-parent-pom-52): New variable.
(make-apache-commons-parent-pom): Add optional tag-prefix input.
2022-02-05 20:16:09 +01:00
Julien Lepiller 4c081c53ab
gnu: Add apache-parent-pom-23.
* gnu/packages/maven-parent-pom.scm (apache-parent-pom-23): New
variable.
2022-02-05 20:15:58 +01:00
Efraim Flashner dda56249ae
gnu: webrtc-audio-processing: Fix building on riscv64-linux.
* gnu/packages/audio.scm (webrtc-audio-processing)[arguments]: Add phase
on riscv64-linux to adjust headers to add support for riscv64-linux.
2022-02-05 20:24:13 +02:00
Efraim Flashner a1e84575a4
gnu: libfaketime: Adjust flags on riscv64-linux.
* gnu/packages/check.scm (libfaketime)[arguments]: When building for
riscv64-linux adjust CFLAGS to make the package work.
2022-02-05 19:44:28 +02:00
jgart f57883ec79
gnu: Add cl-lorem-ipsum.
* gnu/packages/lisp-xyz.scm (cl-lorem-ipsum, ecl-lorem-opsum,
  sbcl-lorem-ipsum): New variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-02-05 16:39:03 +01:00
Eric Bavier 10b901a437
gnu: superlu: Update to 5.3.0.
* gnu/packages/maths.scm (superlu): Update to 5.3.0.
[source]: Adjust to new url.
2022-02-05 00:24:40 -06:00
Eric Bavier 41b11c459b
gnu: fenics-dolfin: Fix build.
* gnu/packages/patches/fenics-dolfin-algorithm.patch,
gnu/packages/patches/fenics-dolfin-boost.patch,
gnu/packages/patches/fenics-dolfin-config-slepc.patch,
gnu/packages/patches/fenics-dolfin-demo-init.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/simulation.scm (fenics-dolfin)[source]: Use them.
2022-02-05 00:24:33 -06:00
Simon South dd823172d8
gnu: cppzmq: Update to 4.8.1.
* gnu/packages/networking.scm (cppzmq)[version]: Update to 4.8.1.
[arguments]: Update to run test suite except when cross-compiling.
[inputs]: Add catch2-framework.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-05 00:59:30 +01:00
Maxime Devos 26da81afed
gnu: Add gnunet-scheme.
This is not the same as guile-gnunet, see the description.

* gnu/packages/gnunet.scm (gnunet-scheme): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-05 00:59:30 +01:00
Maxime Devos f79bb5fb3c
gnu: guile-fibers: Add (fibers io-wakeup).
This patch is required by gnunet-scheme.  It has been submitted upstream at
<https://github.com/wingo/fibers/pull/50>, but there has not been any response
so far.

* gnu/packages/patches/guile-fibers-wait-for-io-readiness.patch: New file.
* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[source]{patches}: Add it.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-05 00:59:30 +01:00
Simon South 4e53625cc8
gnu: tbb: Update to 2021.5.0.
* gnu/packages/tbb.scm (tbb): Update to 2021.5.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-05 00:59:30 +01:00
Simon South 2d4c22b0aa
gnu: tbb: Fix test on AArch64.
* gnu/packages/patches/tbb-fix-test-on-aarch64.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/tbb.scm (tbb)[source]: Apply it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-05 00:59:30 +01:00
Leo Famulari 04cd0ece62
gnu: audacity: Help Audacity find FFmpeg, for real.
This is a followup to commit 6589966b97,
and fixes <https://issues.guix.gnu.org/53591>.

* gnu/packages/patches/audacity-ffmpeg-fallback.patch: Fix typo.
2022-02-04 18:46:43 -05:00
Marius Bakke 2d5c270ec4
gnu: python-pybtex: Fix test failure.
* gnu/packages/python-xyz.scm (python-pybtex)[arguments]: Run nosetests
directly instead of via setup.py.
2022-02-05 00:27:46 +01:00
Marius Bakke f0e638a576
gnu: sooperlooper: Build with libsigc++@2.
* gnu/packages/music.scm (sooperlooper)[inputs]: Change from LIBSIGC++ to
LIBSIGC++-2.
2022-02-05 00:27:45 +01:00
Danny Milosavljevic ba60aede97
gnu: dunst: Fix crash on invalid pixbuf notification.
* gnu/packages/patches/dunst-1.7.3-fix-crash.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/dunst.scm (dunst)[source]<#:patches>: Add it.
2022-02-04 22:31:21 +01:00
jgart a82847dcf3
gnu: Add emacs-blacken.
* gnu/packages/emacs-xyz.scm (emacs-blacken): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-02-04 20:17:15 +01:00
John Kehayias 9907c15864
gnu: Add xinitrc-xsession.
* gnu/packages/wm.scm (xinitrc-xsession): New variable.

Reviewed-by: Maxime Devos <maximedevos@telenet.be>
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-02-04 20:17:14 +01:00
Leo Famulari a00a875f1c
gnu: linux-libre 4.4: Update to 4.4.302.
This is the last release of the 4.4 kernel series:

https://lore.kernel.org/all/164387713713082@kroah.com/T/#t

Discussion within Guix:

https://lists.gnu.org/archive/html/guix-devel/2022-01/msg00020.html
https://lists.gnu.org/archive/html/guix-devel/2022-02/msg00007.html

* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.302.
(linux-libre-4.4-pristine-source): Update hash.
2022-02-04 13:46:28 -05:00
Julien Lepiller d7e1c5acb3
gnu: ocaml-bigarray-compat: Update to 1.1.0.
* gnu/packages/ocaml.scm (ocaml-bigarray-compat): Update to 1.1.0.
2022-02-04 17:50:20 +01:00
Julien Lepiller a041609a82
gnu: ocaml-parsexp: Update to 0.14.2.
* gnu/packages/ocaml.scm (ocaml-parsexp): Update to 0.14.2.
2022-02-04 17:50:06 +01:00
Julien Lepiller 60356cc029
gnu: ocaml-ocurl: Update to 0.9.2.
* gnu/packages/ocaml.scm (ocaml-ocurl): Update to 0.9.2.
2022-02-04 17:50:03 +01:00
Julien Lepiller 2cabfdfc86
gnu: ocaml-menhir: Update to 20211230.
* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20211230.
2022-02-04 17:50:01 +01:00
Julien Lepiller 13ac9e11ad
gnu: ocaml-pcre: Update to 7.5.0.
* gnu/packages/ocaml.scm (ocaml-pcre): Update to 7.5.0.
2022-02-04 17:49:58 +01:00
Julien Lepiller 8dfc0efd92
gnu: ocaml-mdx: Update to 2.1.0.
* gnu/packages/ocaml.scm (ocaml-mdx): Update to 2.1.0.
2022-02-04 17:49:56 +01:00
Julien Lepiller 1a97471939
gnu: ocaml-topkg: Update to 1.0.5.
* gnu/packages/ocaml.scm (ocaml-topkg): Update to 1.0.5.
2022-02-04 17:49:53 +01:00
Julien Lepiller 475b44c9a9
gnu: ocaml-base: Update to 0.14.3.
* gnu/packages/ocaml.scm (ocaml-base): Update to 0.14.3.
2022-02-04 17:49:51 +01:00
Julien Lepiller bb5dfd6ede
gnu: ocaml-sqlite3: Update to 5.1.0.
* gnu/packages/ocaml.scm (ocaml-sqlite3): Update to 5.1.0.
(ocaml4.07-sqlite3): Stay at 5.0.2.
2022-02-04 17:49:46 +01:00
Julien Lepiller 8fb772bc06
gnu: ocaml-lwt-react: Update to 1.1.5.
* gnu/packages/ocaml.scm (ocaml-lwt-react): Update to 1.1.5.
2022-02-04 17:49:44 +01:00
Julien Lepiller 370da71d24
gnu: ocaml-batteries: Update to 3.5.0.
* gnu/packages/ocaml.scm (ocaml-batteries): Update to 3.5.0.
2022-02-04 17:49:40 +01:00
Julien Lepiller 589c99e6f6
gnu: ocaml-utop: Update to 2.9.0.
* gnu/packages/ocaml.scm (ocaml-utop): Update to 2.9.0.
2022-02-04 17:49:38 +01:00
Julien Lepiller 5ce3d41d56
gnu: ocaml-cohttp: Update to 5.0.0.
* gnu/packages/ocaml.scm (ocaml-cohttp): Update to 5.0.0.
2022-02-04 17:49:35 +01:00
Julien Lepiller 84e304b56d
gnu: ocaml-sedlex: Update to 2.5.
* gnu/packages/ocaml.scm (ocaml-sedlex): Update to 2.5.
2022-02-04 17:49:33 +01:00
Julien Lepiller d782c633fa
gnu: ocaml-gen: Update to 1.0.
* gnu/packages/ocaml.scm (ocaml-gen): Update to 1.0.
2022-02-04 17:49:26 +01:00
Julien Lepiller 3e882e8466
gnu: ocaml-mccs: Update to 1.1+13.
* gnu/packages/ocaml.scm (ocaml-mccs): Update to 1.1+13.
2022-02-04 17:49:03 +01:00
Vinicius Monego de38ccf2e0
gnu: python-mistletoe: Run tests.
* gnu/packages/markup.scm (python-mistletoe)[arguments]: Override the 'check
phase.
2022-02-04 10:29:58 -03:00
jgart 50f95a755c
gnu: python-mistletoe: Update to 0.8.1.
* gnu/packages/markup.scm (python-mistletoe): Update to 0.8.1.

Signed-off-by: Vinicius Monego <monego@posteo.net>
2022-02-04 10:29:58 -03:00
jgart da02518f37
gnu: Add emacs-ed-mode.
* gnu/packages/emacs-xyz.scm (emacs-ed-mode): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-02-04 21:23:21 +08:00
Efraim Flashner 84ca88e756
gnu: rcs: Update to 5.10.1.
* gnu/packages/version-control.scm (rcs): Update to 5.10.1.
[source]: Remove patch.
* gnu/packages/patches/rcs-5.10.0-no-stdin.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2022-02-04 15:05:13 +02:00
Michael Rohleder 3d969e230d
gnu: xfce4-cpugraph-plugin: Update to 1.2.6.
* gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.6.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-02-04 21:04:40 +08:00
Michael Rohleder 089a23bbb0
gnu: xfce4-cpufreq-plugin: Update to 1.2.7.
* gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.2.7.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-02-04 21:04:40 +08:00
Efraim Flashner 9b709e332e
gnu: mozjs-60: Add support for riscv64-linux.
* gnu/packages/gnuzilla.scm (mozjs-60)[source]: Add patch.
[arguments]: Add phase to update config scripts.
[inputs]: Add config.
* gnu/packages/patches/mozjs60-riscv64-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2022-02-04 14:53:25 +02:00
jgart 06f4dc2bf6
gnu: st: Update to 0.8.5.
* gnu/packages/suckless.scm (st): Update to 0.8.5.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-02-04 20:53:04 +08:00
jgart 4f0b408be3
gnu: dwm: Update to 6.3.
* gnu/packages/suckless.scm (dwm): Update to 6.3.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-02-04 20:52:16 +08:00
Christopher Baines a34d05f15b
gnu: guix-build-coordinator: Update to 0-49.c5c1ff9.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-49.c5c1ff9.
2022-02-04 10:09:01 +00:00
Marius Bakke ff093f5739
gnu: strongswan: Build with libsoup@2.
* gnu/packages/vpn.scm (strongswan)[inputs]: Change from LIBSOUP to
LIBSOUP-MINIMAL-2.
2022-02-03 23:39:48 +01:00
Marius Bakke df0ad9560f
gnu: python-translate-toolkit: Disable sanity check.
* gnu/packages/python-xyz.scm (python-translate-toolkit)[arguments]: Add
 #:phases.
2022-02-03 23:39:47 +01:00
Marius Bakke 9396fef409
gnu: Add perl-date-range.
* gnu/packages/perl.scm (perl-date-range): New variable.
2022-02-03 23:39:47 +01:00
Marius Bakke 16701a3c1d
gnu: b4: Fix build failure.
* gnu/packages/version-control.scm (b4)[arguments]: Delete sanity-check phase.
2022-02-03 23:39:47 +01:00
Marius Bakke 3f0d01b2df
gnu: python-libsass: Remove label usage.
* gnu/packages/python-xyz.scm (python-libsass)[arguments]: Don't reference
libsass, which turned out to be unnecessary.
2022-02-03 23:39:47 +01:00
Marius Bakke a5eb5dd571
gnu: python-libsass: Fix build.
* gnu/packages/python-xyz.scm (python-libsass)[arguments]: Add phase to
appease sanity check.  While here, make tests conditional and remove trailing #t.
2022-02-03 23:39:47 +01:00
Marius Bakke 0945e43bf7
gnu: usbguard: Remove input labels.
* gnu/packages/hardware.scm (usbguard)[native-inputs, inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-FILE and remove trailing #t's.
2022-02-03 23:39:47 +01:00
Marius Bakke 678c5bea3a
gnu: usbguard: Update to 1.0.0-55-g466f1f0.
* gnu/packages/hardware.scm (usbguard): Update to 1.0.0-55-g466f1f0.
[source]: Switch to GIT-FETCH.
[arguments]: Add phase to patch bootstrap script.  Delay patch-build-scripts.
[native-inputs]: Add AUTOCONF, AUTOMAKE, and LIBTOOL.
2022-02-03 23:39:47 +01:00
Marius Bakke 07e4efae7b
gnu: pegtl: Update to 3.2.2.
* gnu/packages/cpp.scm (pegtl): Update to 3.2.2.
2022-02-03 23:39:47 +01:00
Marius Bakke 8bb91dcca0
gnu: python-django@2: Update to 2.2.27 [fixes CVE-2022-22818, CVE-2022-23833].
* gnu/packages/django.scm (python-django-2.2): Update to 2.2.27.
2022-02-03 23:39:47 +01:00
Marius Bakke 69617470ce
gnu: python-django@3: Update to 3.2.12 [fixes CVE-2022-22818, CVE-2022-23833].
* gnu/packages/django.scm (python-django-3.2): Update to 3.2.12.
2022-02-03 23:39:47 +01:00
Marius Bakke c515f69267
gnu: python-django: Update to 4.0.2 [fixes CVE-2022-22818, CVE-2022-23833].
* gnu/packages/django.scm (python-django-4.0): Update to 4.0.2.
2022-02-03 23:39:46 +01:00
Marius Bakke 225deb5c4e
gnu: python-febelfin-coda: Update to 0.2.0.
* gnu/packages/python-xyz.scm (python-febelfin-coda): Update to 0.2.0.
2022-02-03 23:39:46 +01:00
Marius Bakke 3e6dcd1ee5
gnu: python-can: Update to 3.3.4.
* gnu/packages/python-xyz.scm (python-can): Update to 3.3.4.
[arguments]: Adjust version constraints.
2022-02-03 23:39:46 +01:00
Marius Bakke 7d90a6c847
gnu: LLVM: Update to 13.0.1.
* gnu/packages/llvm.scm (llvm-13, clang-runtime-13, clang-13, lld, libomp):
Update to 13.0.1.
2022-02-03 23:39:46 +01:00
Marius Bakke 752a5b8fe5
gnu: LLVM: Add release-monitoring-url.
* gnu/packages/llvm.scm (%llvm-release-monitoring-url): New variable.
(clang-from-llvm, llvm-13, clang-runtime-13, lld, libcxx, libomp)[properties]:
Add release-monitoring-url, and upstream-name where appropriate.
2022-02-03 23:39:46 +01:00
Gabriel Wicki 70f2207152
gnu: i3-gaps: Update to 4.20.1.
* gnu/packages/wm (i3-gaps): Update to 4.20.1.
[source]: Use git-fetch.
2022-02-03 14:20:48 -05:00
Julien Lepiller 877da38bd3
gnu: ocaml-lwt: Update to 5.5.0.
* gnu/packages/ocaml.scm (ocaml-lwt): Update to 5.5.0.
2022-02-03 19:36:22 +01:00
Julien Lepiller 18a588773e
gnu: ocaml-ctypes: Update to 0.20.0.
* gnu/packages/ocaml.scm (ocaml-ctypes): Update to 0.20.0.
2022-02-03 19:36:20 +01:00
Julien Lepiller ca79fc5b14
gnu: ocaml-rresult: Update to 0.7.0.
* gnu/packages/ocaml.scm (ocaml-rresult): Update to 0.7.0.
2022-02-03 19:36:18 +01:00
Julien Lepiller 89d4cf2a87
gnu: ocaml-ounit2: Update to 2.2.5.
* gnu/packages/ocaml.scm (ocaml-ounit2): Update to 2.2.5.
2022-02-03 19:36:16 +01:00
Julien Lepiller 643c2fb44b
gnu: ocaml-bisect-ppx: Update to 2.7.1.
* gnu/packages/ocaml.scm (ocaml-bisect-ppx): Update to 2.7.1.
2022-02-03 19:36:13 +01:00
Julien Lepiller 66c5d6e8d5
gnu: ocaml-fix: Update to 20220121.
* gnu/packages/ocaml.scm (ocaml-fix): Update to 20220121.
2022-02-03 19:36:11 +01:00
Julien Lepiller a52ad7e8be
gnu: ocaml-ocp-index: Update to 1.3.3.
* gnu/packages/ocaml.scm (ocaml-ocp-index): Update to 1.3.3.
2022-02-03 19:36:09 +01:00
Julien Lepiller 040d12a2f6
gnu: ocaml-odoc-parser: Update to 1.0.0.
* gnu/packages/ocaml.scm (ocaml-odoc-parser): Update to 1.0.0.
(ocamlformat): Update to 0.20.1.
2022-02-03 19:36:06 +01:00
Julien Lepiller 90547d6d50
gnu: dune: Update to 2.9.3.
* gnu/packages/ocaml.scm (dune-bootstrap): Update to 2.9.3.
2022-02-03 19:35:51 +01:00
Vinicius Monego 5fe10d1b97
gnu: mixxx: Update to 2.3.2.
* gnu/packages/music.scm (mixxx): Update to 2.3.2.
[arguments]<#:phases>: Don't override the 'check phase as the previously
failing test passes in this version.
[native-inputs]: Use the new style.
[inputs]: Likewise.
2022-02-03 10:14:39 -03:00
pukkamustard 102a02896d
gnu: js-of-ocaml: Update to 4.0.0.
* gnu/packages/ocaml (js-of-ocaml): Update to 4.0.0.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-02-03 12:00:22 +01:00
jgart d6824f6de4
gnu: Add cl-snakes.
* gnu/packages/lisp-xyz.scm (cl-snakes, ecl-snakes, sbcl-snakes): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-02-03 10:37:43 +01:00
jgart 9dbbf4ba48
gnu: Add cl-css-lite.
* gnu/packages/lisp-xyz.scm (cl-css-lite, ecl-css-lite, sbcl-css-lite): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-02-03 10:28:40 +01:00
Marius Bakke 0cadd09ad3
gnu: ungoogled-chromium: Don't use the bundled libc++.
This partially reverts f01ec472b9.

* gnu/packages/chromium.scm (%preserved-third-party-files): Unbundle libcxx,
re2, and jsoncpp.
(%debian-patches): Add 'system/jsoncpp.patch'.
(ungoogled-chromium-snippet): Replace re2 GN files.
(ungoogled-chromium)[arguments]: Add use_custom_libcxx, rtc_build_json, and
rtc_jsoncpp_root to #:configure-flags.  Don't override CPLUS_INCLUDE_PATH.
Add substitution.
[inputs]: Add JSONCPP and RE2.
2022-02-03 00:26:47 +01:00
Marius Bakke f38d8e050e
gnu: dia: Update to 0.97.3-3.0997887.
* gnu/packages/gnome.scm (dia): Update to 0.97.3-3.0997887.
[arguments]: Remove #:meson.  Add #:parallel-build?.
[inputs]: Remove PYTHON-2.  Add PYTHON.
[native-inputs]: Remove INTLTOOL.  Add GETTEXT-MINIMAL.
2022-02-03 00:26:47 +01:00
Marius Bakke 906b4609d8
gnu: python-idna: Remove 2.7.
* gnu/packages/python-xyz.scm (python-idna-2.7): Remove variable.
2022-02-03 00:26:47 +01:00
Leo Famulari 97d97d7da1
gnu: linux-libre 5.4: Update to 5.4.176.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.176.
(linux-libre-5.4-pristine-source): Update hash.
2022-02-02 13:49:45 -05:00
Leo Famulari 2585dd2e93
gnu: linux-libre 5.10: Update to 5.10.96.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.96.
(linux-libre-5.10-pristine-source): Update hash.
2022-02-02 13:49:45 -05:00
Leo Famulari 999a448861
gnu: linux-libre 5.15: Update to 5.15.19.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.19.
(linux-libre-5.15-pristine-source): Update hash.
2022-02-02 13:49:45 -05:00
Leo Famulari 34de7f0d95
gnu: linux-libre 5.16: Update to 5.16.5.
* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.5.
(linux-libre-5.16-pristine-source): Update hash.
2022-02-02 13:49:44 -05:00
Christopher Baines 6be1d5565c
gnu: guix-build-coordinator: Update to 0-48.f8acb62.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-48.f8acb62.
2022-02-02 18:41:05 +00:00
Christopher Baines d1c076a68d
gnu: nar-herder: Update to 0-2.f016f37.
* gnu/packages/package-management.scm (nar-herder): Update to 0-2.f016f37.
2022-02-02 18:39:49 +00:00
Christopher Baines 1d07213d23
gnu: guile-fibers: Add version 1.1.0.
This release looks to break a few packages, so keep using fibers 1.0 to build
things, and provide the new version to allow switching to when packages are
compatible.

* gnu/packages/guile-xyz.scm (guile-fibers-1.1): New variable.
(guile-fibers): Inherit from guile-fibers-1.1.
(guile2.0-fibers): Rename to guile2.2-fibers, and inherit from
guile-fibers-1.1.
2022-02-02 18:36:09 +00:00
Leo Famulari 6cced3f1e6
gnu: Syncthing: Update to 1.19.0.
* gnu/packages/syncthing.scm (syncthing): Update to 1.19.0.
2022-02-02 12:45:40 -05:00
Michael Rohleder f553de6e0e
gnu: cgdb: Update to 0.8.0.
* gnu/packages/debug.scm (cgdb): Update to 0.8.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-02 18:34:32 +01:00
Michael Rohleder 4eada1b45a
gnu: rr: Update to 5.5.0.
* gnu/packages/debug.scm (rr): Update to 5.5.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-02 18:16:21 +01:00
Felix Gruber f89bd6949a
gnu: oil: Update to 0.9.7.
* gnu/packages/shells.scm (oil): Update to 0.9.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-02 18:13:29 +01:00
Yovan Naumovski 62e3ba78af
gnu: openttd: Update to 12.1.
* gnu/packages/games.scm (openttd-engine): Update ot 12.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-02 18:08:25 +01:00
Pierre-Henry Fröhring 82a00693b7
gnu: Add python-types-dataclasses.
* gnu/packages/python-xyz.scm (python-types-dataclasses): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-02 18:06:20 +01:00
Ludovic Courtès 9cdce964ca
gnu: luminance-hdr: Remove input labels.
* gnu/packages/image-viewers.scm (luminance-hdr)[inputs]: Remove
labels.
2022-02-02 17:58:21 +01:00
Ludovic Courtès bbc26afd61
gnu: luminance-hdr: Fix compilation.
Reported by Leo Famulari <leo@famulari.name>.

* gnu/packages/image-viewers.scm (luminance-hdr)[arguments]: In
'add-ilmbase-include-path' phase, set C_INCLUDE_PATH and be more
specific about the include directory searched for.
2022-02-02 17:58:21 +01:00
Ludovic Courtès 2178692c93
gnu: perf: Remove input labels.
* gnu/packages/linux.scm (perf)[native-inputs, inputs]: Remove labels.
2022-02-02 17:58:20 +01:00
Ludovic Courtès d040b627b1
gnu: perf: Help 'perf report --symfs' find separate debug info files.
* gnu/packages/linux.scm (perf)[arguments]: In 'configure' phase, modify
"util/dso.c".
2022-02-02 17:58:20 +01:00
jgart 8f58508327
gnu: utf-8-lineseparator: Update to cj8.
* gnu/packages/textutils.scm (utf-8-lineseparator): Update to cj8.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-02-02 14:44:01 +02:00
Efraim Flashner 5783091d66
gnu: texlive-latex-base: Skip JIT formats on riscv64-linux.
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Adjust custom
'build phase to also skip the jit formats on riscv64-linux.
2022-02-02 12:21:24 +02:00
Efraim Flashner b34eb09311
gnu: syncthing: Add release-monitoring-url.
* gnu/packages/syncthing.scm (syncthing)[properties]: New field.
2022-02-02 12:06:49 +02:00
Efraim Flashner 25d1a31434
gnu: urlscan: Update to 0.9.9.
* gnu/packages/mail.scm (urlscan): Update to 0.9.9.
2022-02-02 12:06:49 +02:00
Efraim Flashner cb1cb9de04
gnu: ruby-rubocop: Skip tests on riscv64-linux.
* gnu/packages/ruby.scm (ruby-rubocop)[arguments]: Skip tests when
building for riscv64-linux.
2022-02-02 12:06:49 +02:00
Efraim Flashner f1dfe9a27a
gnu: ruby-stackprof: Adjust skipped test on riscv64-linux.
* gnu/packages/ruby.scm (ruby-stackprof)[arguments]: On riscv64-linux
adjust the 'skip-dubious-test phase.
2022-02-02 12:06:48 +02:00
Michael Rohleder f906d4911e
gnu: xfce4-cpufreq-plugin: Update to 1.2.6.
* gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.2.6.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-02-02 12:22:11 +08:00
Evgeny Pisemsky 385427256a
gnu: Add wireviz.
* gnu/packages/engineering.scm (wireviz): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-02-02 11:51:05 +08:00
Marius Bakke a8d1e6bfa2
gnu: libomp: Update to 13.0.0.
* gnu/packages/llvm.scm (libomp): Update to 13.0.0.
[arguments]: Add workaround to #:configure-flags.
[native-inputs]: Change from CLANG-9 and LLVM-9 to CLANG and LLVM.
2022-02-01 23:46:04 +01:00
Marius Bakke 4ed2b6ac38
gnu: LLVM: Switch to 13 as the default.
* gnu/packages/llvm.scm (llvm, clang-runtime, clang, clang-toolchain): Use
version 13.
* gnu/packages/gnuzilla.scm (mozjs-78)[native-inputs]: Change from LLVM to LLVM-9.
* gnu/packages/rust.scm (rust-1.39, rust-1.40)[inputs]: Likewise.
* gnu/packages/debug.scm (c-reduce)[inputs]: Stick with CLANG-9 and/or LLVM-9.
* gnu/packages/diffoscope.scm (diffoscope)[inputs]: Likewise.
* gnu/packages/linux.scm (bcc, bpftrace)[inputs]: Likewise.
* gnu/packages/llvm.scm (libclc, libomp)[native-inputs]: Likewise.
* gnu/packages/games.scm (hedgewars)[native-inputs]: Likewise.
* gnu/packages/graphics.scm (openshadinglanguage)[native-inputs]: Likewise.
* gnu/packages/opencl.scm (pocl)[inputs]: Likewise.
2022-02-01 23:46:04 +01:00
Marius Bakke 16a45eae2d
gnu: doctest: Update to 2.4.8.
* gnu/packages/check.scm (doctest): Update to 2.4.8.
2022-02-01 23:46:04 +01:00
Marius Bakke c065fca7f5
gnu: json-modern-cxx: Fix cross-compilation.
* gnu/packages/cpp.scm (json-modern-cxx)[native-inputs]: Move DOCTEST ...
[inputs]: ... here.
2022-02-01 23:46:04 +01:00
Marius Bakke 7ad2cfcc72
gnu: json-modern-cxx: Remove input labels.
* gnu/packages/cpp.scm (json-modern-cxx)[native-inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-FILE.
2022-02-01 23:46:04 +01:00
Marius Bakke 018d2c1243
gnu: fifo-map: Fix cross-compilation.
* gnu/packages/cpp.scm (fifo-map)[native-inputs]: Move CATCH-FRAMEWORK2-1 ...
[inputs]: ... here.
2022-02-01 23:46:04 +01:00
Marius Bakke f89bf66690
gnu: fifo-map: Use a release tag.
* gnu/packages/cpp.scm (fifo-map): Update to 1.0.0, which is
one (inconsequential) commit ahead of our custom "1.1.1" version.
[arguments]: Respect TESTS? in check phase while at it.
2022-02-01 23:46:04 +01:00
Marius Bakke 2b4aeda755
gnu: json-modern-cxx: Run tests in parallel.
* gnu/packages/cpp.scm (json-modern-cxx)[arguments]: Respect PARALLEL-TESTS?
in check phase.
2022-02-01 23:46:04 +01:00
Marius Bakke 36cde8fa8e
gnu: json-modern-cxx: Update to 3.10.5.
* gnu/packages/cpp.scm (json-modern-cxx): Update to 3.10.5.
[source](snippet): Adjust for upstream changes.
[arguments]: Remove obsolete workaround.
2022-02-01 23:46:04 +01:00
Guillaume Le Vaillant 787b13a5d9
gnu: librecad: Fix build with boost 1.76.
Fixes <https://issues.guix.gnu.org/53694>.

* gnu/packages/patches/librecad-support-for-boost-1.76.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/engineering.scm (librecad)[source]: Use it.
2022-02-01 20:06:25 +01:00
Ricardo Wurmus f07459ea05
gnu: r-nloptr: Update to 2.0.0.
* gnu/packages/statistics.scm (r-nloptr): Update to 2.0.0.
[propagated-inputs]: Add r-testthat.
2022-02-01 19:34:03 +01:00
Ricardo Wurmus 9e5506ae8a
gnu: r-quantreg: Update to 5.87.
* gnu/packages/statistics.scm (r-quantreg): Update to 5.87.
[propagated-inputs]: Remove r-conquer.
2022-02-01 19:34:03 +01:00
Ricardo Wurmus 76dd2e8210
gnu: r-rrcov: Update to 1.6-1.
* gnu/packages/statistics.scm (r-rrcov): Update to 1.6-1.
2022-02-01 19:34:03 +01:00
Ricardo Wurmus d2f6c1263a
gnu: r-segmented: Update to 1.4-0.
* gnu/packages/statistics.scm (r-segmented): Update to 1.4-0.
[propagated-inputs]: Add r-mass.
2022-02-01 19:34:03 +01:00
Ricardo Wurmus b0cf741ddf
gnu: r-rcpparmadillo: Update to 0.10.8.1.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.10.8.1.0.
2022-02-01 19:34:03 +01:00
Ricardo Wurmus 4043ed5cb7
gnu: r-readr: Update to 2.1.2.
* gnu/packages/statistics.scm (r-readr): Update to 2.1.2.
2022-02-01 19:34:03 +01:00
Ricardo Wurmus 31436f1d1d
gnu: r-rlang: Update to 1.0.0.
* gnu/packages/statistics.scm (r-rlang): Update to 1.0.0.
2022-02-01 19:34:03 +01:00
Ricardo Wurmus 01f8f121b8
gnu: r-yaml: Update to 2.2.2.
* gnu/packages/statistics.scm (r-yaml): Update to 2.2.2.
2022-02-01 19:34:03 +01:00
Ricardo Wurmus 13497cdd01
gnu: r-permute: Update to 0.9-7.
* gnu/packages/statistics.scm (r-permute): Update to 0.9-7.
[native-inputs]: Add r-knitr.
2022-02-01 19:34:03 +01:00
Ricardo Wurmus 86beee6432
gnu: r-magrittr: Update to 2.0.2.
* gnu/packages/statistics.scm (r-magrittr): Update to 2.0.2.
2022-02-01 19:34:03 +01:00
Ricardo Wurmus 3052d345d7
gnu: r-rpart: Update to 4.1.16.
* gnu/packages/statistics.scm (r-rpart): Update to 4.1.16.
2022-02-01 19:34:03 +01:00
Ricardo Wurmus 98bffee61e
gnu: r-mlr3learners: Update to 0.5.2.
* gnu/packages/cran.scm (r-mlr3learners): Update to 0.5.2.
2022-02-01 19:34:03 +01:00
Ricardo Wurmus 50d01de9a2
gnu: r-paradox: Update to 0.8.0.
* gnu/packages/cran.scm (r-paradox): Update to 0.8.0.
2022-02-01 19:34:02 +01:00
Ricardo Wurmus 4866dfef06
gnu: r-calculus: Update to 0.3.3.
* gnu/packages/cran.scm (r-calculus): Update to 0.3.3.
2022-02-01 19:34:02 +01:00
Ricardo Wurmus d135df1c81
gnu: r-clusterr: Update to 1.2.6.
* gnu/packages/cran.scm (r-clusterr): Update to 1.2.6.
2022-02-01 19:34:02 +01:00
Ricardo Wurmus 19a2f74eaf
gnu: r-hardhat: Update to 0.2.0.
* gnu/packages/cran.scm (r-hardhat): Update to 0.2.0.
2022-02-01 19:34:02 +01:00
Ricardo Wurmus 0675a82bbd
gnu: r-latex2exp: Update to 0.9.0.
* gnu/packages/cran.scm (r-latex2exp): Update to 0.9.0.
2022-02-01 19:34:02 +01:00
Ricardo Wurmus 3f7b702ab9
gnu: r-actuar: Update to 3.2-1.
* gnu/packages/cran.scm (r-actuar): Update to 3.2-1.
2022-02-01 19:34:02 +01:00
Ricardo Wurmus b6aa11a34c
gnu: r-terra: Update to 1.5-17.
* gnu/packages/cran.scm (r-terra): Update to 1.5-17.
2022-02-01 19:34:02 +01:00
Ricardo Wurmus 8b3d6b19d1
gnu: r-spdep: Update to 1.2-2.
* gnu/packages/cran.scm (r-spdep): Update to 1.2-2.
2022-02-01 19:34:02 +01:00
Ricardo Wurmus cb41225ca4
gnu: r-lavaan: Update to 0.6-10.
* gnu/packages/cran.scm (r-lavaan): Update to 0.6-10.
2022-02-01 19:34:02 +01:00
Ricardo Wurmus b78d388b3b
gnu: r-tiff: Update to 0.1-11.
* gnu/packages/cran.scm (r-tiff): Update to 0.1-11.
2022-02-01 19:34:02 +01:00
Ricardo Wurmus 469e86f368
gnu: r-admisc: Update to 0.23.
* gnu/packages/cran.scm (r-admisc): Update to 0.23.
2022-02-01 19:34:02 +01:00
Ricardo Wurmus ab5a77c892
gnu: r-effectsize: Update to 0.6.0.1.
* gnu/packages/cran.scm (r-effectsize): Update to 0.6.0.1.
2022-02-01 19:34:02 +01:00
Ricardo Wurmus f35f72d39d
gnu: r-raster: Update to 3.5-15.
* gnu/packages/cran.scm (r-raster): Update to 3.5-15.
2022-02-01 19:34:02 +01:00
Ricardo Wurmus b160e65cc7
gnu: r-precrec: Update to 0.12.8.
* gnu/packages/cran.scm (r-precrec): Update to 0.12.8.
2022-02-01 19:34:02 +01:00
Ricardo Wurmus 03ffb471d8
gnu: r-reticulate: Update to 1.24.
* gnu/packages/cran.scm (r-reticulate): Update to 1.24.
2022-02-01 19:34:02 +01:00
Ricardo Wurmus c99e7e893e
gnu: r-renv: Update to 0.15.2.
* gnu/packages/cran.scm (r-renv): Update to 0.15.2.
2022-02-01 19:34:01 +01:00
Ricardo Wurmus 17cd7adfec
gnu: r-rastervis: Update to 0.51.2.
* gnu/packages/cran.scm (r-rastervis): Update to 0.51.2.
2022-02-01 19:34:01 +01:00
Ricardo Wurmus 300a06f6ea
gnu: r-randomizr: Update to 0.22.0.
* gnu/packages/cran.scm (r-randomizr): Update to 0.22.0.
2022-02-01 19:34:01 +01:00
Ricardo Wurmus 69e7c3abba
gnu: r-pillar: Update to 1.6.5.
* gnu/packages/cran.scm (r-pillar): Update to 1.6.5.
[propagated-inputs]: Add r-glue.
2022-02-01 19:34:01 +01:00