summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2020-11-26mapped-devices: Allow target to be list of strings.Mikhail Tsykalov
* gnu/system/mapped-devices.scm (<mapped-device>): Rename constructor to %mapped-device. [target]: Remove field. [targets]: New field. Adjust users. (mapped-device-compatibility-helper, mapped-device): New macros. (mapped-device-target): New deprecated procedure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-11-26gnu: guile-bytestructures: Update to 1.0.9.Ludovic Courtès
Fixes <https://bugs.gnu.org/44000>. * gnu/packages/guile.scm (guile-bytestructures): Update to 1.0.9. [source]: Adjust tag to no longer include "v" prefix.
2020-11-26gnu: hwloc: Add "doc" output.Ludovic Courtès
* gnu/packages/mpi.scm (hwloc-1)[outputs]: Add "doc". [arguments]: Add 'move-man3-pages' phase.
2020-11-25gnu: Add git-open.EuAndreh
* gnu/packages/version-control.scm (git-open): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25gnu: perl-cairo: Update to 1.108.Tobias Geerinckx-Rice
* gnu/packages/gtk.scm (perl-cairo): Update to 1.108.
2020-11-25gnu: youtube-dl: Update to 2020.11.26.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2020.11.26.
2020-11-25gnu: lmdb: Update to 0.9.27.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (lmdb): Update to 0.9.27.
2020-11-25gnu: volk: Remove static library.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (volk)[arguments]: Add a 'remove-static-libraries phase.
2020-11-25gnu: volk: Update to 2.4.0.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (volk): Update to 2.4.0. [source]: Clone recursively.
2020-11-25gnu: libaudec: Update to 0.2.4.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (libaudec): Update to 0.2.4. [arguments]: Use a newer #:meson.
2020-11-25gnu: volk: Fetch from git repository.Tobias Geerinckx-Rice
* gnu/packages/engineering.scm (volk)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2020-11-25gnu: mercury: Update to 20.06.1.Brett Gilio
* gnu/packages/mercury.scm (mercury): Update to 20.06.1.
2020-11-25gnu: mercury-minimal: Update to 20.06.1.Brett Gilio
* gnu/packages/mercury.scm (mercury-minimal): Update to 20.06.1.
2020-11-25gnu: Add qpdfview.Timotej Lazar
* gnu/packages/pdf.scm (qpdfview): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-11-25gnu: dav1d: Update to 0.8.0.Leo Famulari
* gnu/packages/video.scm (dav1d): Update to 0.8.0. [source]: Use GIT-FETCH, because there is no tarball for 0.8.0.
2020-11-25gnu: bind: Update to 9.16.9.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (isc-bind): Update to 9.16.9.
2020-11-25gnu: font-gnu-unifont: Always download source over HTTPS.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-gnu-unifont)[source]: Use HTTPS everywhere.
2020-11-25gnu: font-gnu-unifont: Update to 13.0.04.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 13.0.04.
2020-11-25gnu: uget: Update to 2.2.1.Tobias Geerinckx-Rice
* gnu/packages/bittorrent.scm (uget): Update to 2.2.1.
2020-11-25gnu: ceph: Update to 14.2.15.Tobias Geerinckx-Rice
* gnu/packages/storage.scm (ceph): Update to 14.2.15.
2020-11-25gnu: Mutt: Update to 2.0.2 [fixes CVE-2020-28896].Leo Famulari
* gnu/packages/mail.scm (mutt): Update to 2.0.2. * gnu/packages/patches/mutt-store-references.patch: Adjust to changes in Mutt 2.0.2.
2020-11-25gnu: grpc: Update to 1.33.2.Brett Gilio
* gnu/packages/rpc.scm (grpc): Update to 1.33.2. [arguments]: Use system (re2) provided package. [inputs]: Add re2. [native-inputs]: Add pkg-config.
2020-11-25gnu: re2: Update to 2020-11-01.Brett Gilio
* gnu/packages/regex.scm (re2): Update to 2020-11-01.
2020-11-25gnu: cuirass: Update to 0.0.1-55.fd432b8.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-55.fd432b8.
2020-11-25gnu: et: Deprecate package.Brett Gilio
* gnu/packages/terminals.scm (et): Deprecate in favor of eternalterminal.
2020-11-25gnu: et: Work around recursive module imports.Brett Gilio
* gnu/packages/ssh.scm (et): Remove. * gnu/packages/terminals.scm (et): Add et.
2020-11-25gnu: eternalterminal: Update to 6.0.13.Brett Gilio
* gnu/packages/terminals.scm (eternalterminal): Update to 6.0.13.
2020-11-25gnu: protobuf: Update to 3.14.0.Brett Gilio
* gnu/packages/protobuf.scm (protobuf): Update to 3.14.0.
2020-11-25gnu: gst-plugins-bad: Enable webrtc module.Michael Rohleder
* gnu/packages/gstreamer.scm (gst-plugins-bad): Enable webrtc module. [inputs]: Add libnice and webrtc-audio-processing. [arguments]: Add substitution of failing tests. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-11-25gnu: git-annex: Update to 8.20201116.Kyle Meyer
If ghc-torrent isn't available, git-annex will fall back to custom legacy code. However, this older code path has a build failure in the 8.20201116 release, and in general it'd be better to rely on the preferred, more exercised code path. * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20201116. [inputs]: Add ghc-torrent. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-11-25gnu: ghc-filepath-bytestring: Update to 1.4.2.1.6.Kyle Meyer
The minimum version of ghc-filepath-bytestring is now 1.4.2.1.4 in the latest release of git-annex, the only Guix package that has this library as an input. * gnu/packages/haskell-xyz.scm (ghc-filepath-bytestring): Update to 1.4.2.1.6. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-11-25gnu: Add ghc-torrent.Kyle Meyer
* gnu/packages/haskell-xyz.scm (ghc-torrent): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-11-25gnu: Add ghc-bencode.Kyle Meyer
* gnu/packages/haskell-xyz.scm (ghc-bencode): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-11-25gnu: gcompris-qt: Update license.Efraim Flashner
* gnu/packages/education.scm (gcompris-qt)[license]: Add silofl1.1 for the bundled fonts.
2020-11-25gnu: gcompris-qt: Update to 1.0.Efraim Flashner
* gnu/packages/education.scm (gcompris-qt): Update to 1.0. [arguments]: Drop custom 'disable-failing-test phase. Set HOME to help test suite run. [inputs]: Replace python-2 with python-wrapper.
2020-11-25gnu: vala: Update to 0.50.2.Ryan Prior
* gnu/packages/gnome.scm (vala): Update home-page. (vala-0.50): Update to 0.50.2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-11-25gnu: cuirass: Update to 0.0.1-54.e0f97e4.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-54.e0f97e4.
2020-11-25ci: Limit image and system tests jobs periodicity.Mathieu Othacehe
System tests and images jobs are extremely expensive in I/O operations and storage size, pass a "period" argument to Cuirass to limit their periodicity. * gnu/ci.scm (hours): New procedure, (image-jobs, system-test-jobs, tarball-jobs): set a period argument.
2020-11-25gnu: Add calispel.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-calispel, ecl-calispel, sbcl-calispel): New variables.
2020-11-25gnu: Add eager-future2.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (cl-eager-future2, ecl-eager-future2, sbcl-eager-future2): New variables.
2020-11-25gnu: linux-libre 4.4: Update to 4.4.246.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.246. (linux-libre-4.4-pristine-source): Update hash.
2020-11-25gnu: linux-libre 4.9: Update to 4.9.246.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.246. (linux-libre-4.9-pristine-source): Update hash.
2020-11-25gnu: linux-libre 4.14: Update to 4.14.209.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.209. (linux-libre-4.14-pristine-source): Update hash.
2020-11-25gnu: linux-libre 4.19: Update to 4.19.160.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.160. (linux-libre-4.19-pristine-source): Update hash.
2020-11-25gnu: linux-libre 5.4: Update to 5.4.80.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.80. (linux-libre-5.4-pristine-source): Update hash.
2020-11-25gnu: linux-libre: Update to 5.9.11.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.9-version): Update to 5.9.11. (linux-libre-5.9-pristine-source): Update hash.
2020-11-25gnu: esbuild: Update home-page.Ryan Prior
* gnu/packages/web.scm (esbuild): Update home-page. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-25gnu: esbuild: Update to 0.8.14.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.8.14. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-25gnu: collectd: Update to 5.12.0.Lars-Dominik Braun
* gnu/packages/monitoring.scm (collectd): Update to 5.12.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-25gnu: Remove gnupg-2.Efraim Flashner
This package was marked as superseded by gnupg in December 2017. * gnu/packages/gnupg.scm (gnupg-2): Remove variable.