summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAgeFilesLines
* gnu: vorta: Update to 0.8.7.•••* gnu/packages/backup.scm (vorta): Update to 0.8.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org> John Kehayias2022-08-091-2/+2
* gnu: wrap-python3: Clarify relationship with wrapped package.•••The previous description could give the impression that the user faced a choice between `python` and `python3`, but could not have both at once. In fact, the packages `python-wrapper` and `python-minimal-wrapper` already provide both sets of names. * gnu/packages/python.scm (wrap-python3)[description]: Tweak. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath2022-08-091-2/+6
* gnu: guix: Default 'current-guix' is built using the current channels.•••* gnu/packages/package-management.scm (source-file?): Remove. (current-guix-package): Change default value to the promise of a package. (current-guix): Turn into a call to 'current-guix-package' possibly with 'force'. Ludovic Courtès2022-08-091-33/+29
* build-system: Add 'channel-build-system'.•••* gnu/ci.scm (channel-build-system, channel-source->package): Remove. * gnu/packages/package-management.scm (channel-source->package): New procedure, moved from (gnu ci). * guix/build-system/channel.scm: New file, with code moved from (gnu ci). * doc/guix.texi (Build Systems): Document it. Ludovic Courtès2022-08-091-0/+16
* gnu: cddlib: Update to 0.94m.•••* gnu/packages/maths.scm (cddlib): Update to 0.94m. [source]: Move to git, following the upstream decision. [native-inputs]: New field. [arguments]: New field to have docdir include the version number. Co-authored-by: Andreas Enge <andreas@enge.fr> vicvbcun2022-08-091-5/+20
* gnu: wxmaxima: Update to 22.05.0.•••* gnu/packages/maths.scm (wxmaxima): Update to 22.05.0. Andreas Enge2022-08-091-2/+2
* gnu: maxima: Update to 5.46.0.•••* gnu/packages/maths.scm (maxima): Update to 5.46.0. Andreas Enge2022-08-091-2/+2
* gnu: Add r-ciara.•••* gnu/packages/bioconductor.scm (r-ciara): New variable. Ricardo Wurmus2022-08-091-0/+24
* gnu: python-symengine: Update to 0.9.2.•••* gnu/packages/python-xyz.scm (python-symengine): Update to 0.9.2. Andreas Enge2022-08-081-2/+2
* gnu: symengine: Update to 0.9.0.•••* gnu/packages/algebra.scm (symengine): Update to 0.9.0. Andreas Enge2022-08-081-2/+2
* gnu: arb: Update to 2.23.0.•••* gnu/packages/algebra.scm (arb): Update to 2.23.0. Andreas Enge2022-08-081-2/+2
* gnu: flint: Update to 2.9.0.•••* gnu/packages/algebra.scm (flint): Update to 2.9.0. Andreas Enge2022-08-081-2/+2
* gnu: python-gmpy2: Update to 2.1.2.•••* gnu/packages/sagemath.scm (python-gmpy2): Update to 2.1.2. Andreas Enge2022-08-081-13/+8
* gnu: ntl: Update to 11.5.1.•••* gnu/packages/algebra.scm (ntl): Update to 11.5.1. Signed-off-by: Andreas Enge <andreas@enge.fr> vicvbcun2022-08-081-2/+2
* gnu: eclib: Update to 20220621.•••* gnu/packages/algebra.scm (eclib): Update to 20220621. Signed-off-by: Andreas Enge <andreas@enge.fr> vicvbcun2022-08-081-3/+3
* gnu: font-chiron-hei-hk: Update to 2.503.•••* gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.503. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain2022-08-081-2/+1
* gnu: font-sarasa-gothic: Update to 0.36.8.•••* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.36.8. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain2022-08-081-2/+2
* gnu: font-chiron-hei-hk: Inherit from font-chiron-sung-hk.•••* gnu/packages/fonts.scm (font-chiron-hei-hk): Inherit from font-chiron-sung-hk. [build-system, home-page ,license]: Drop fields. [synopsis, description]: Use English. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain2022-08-081-5/+8
* gnu: font-chiron-sung-hk: Use English for synopsis.•••* gnu/packages/fonts.scm (font-chiron-sung-hk)[synopsis,description]: Use English. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain2022-08-081-3/+5
* gnu: font-lxgw-wenkai-tc: Inherit from font-lxgw-wenkai.•••* gnu/packages/fonts.scm (font-lxgw-wenkai-tc): Inherit from font-lxgw-wenkai. [build-system, license]: Removed fields. [synopsis, description]: Use English. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain2022-08-081-4/+6
* gnu: font-lxgw-wenkai: Use English for synopsis.•••* gnu/packages/fonts.scm (font-lxgw-wenkai)[synopsis,description]: Use English. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain2022-08-081-2/+4
* gnu: font-sarasa-gothic: Use English for synopsis.•••* gnu/packages/fonts.scm (font-sarasa-gothic)[synopsis]: Use English. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Hilton Chain2022-08-081-1/+1
* gnu: unzip: Patch for CVE-2022-0529 and CVE-2022-0530.•••* gnu/packages/compression.scm (unzip)[replacement]: New field. (unzip/fixed): New variable. * gnu/packages/patches/unzip-CVE-2022-0529+CVE-2022-0530.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2022-08-082-0/+187
* gnu: unzip: Mark safe from CVE-2019-13232.•••* gnu/packages/compression.scm (unzip)[properties]: New field. Efraim Flashner2022-08-081-0/+1
* gnu: guile-parted: Update to 0.0.6.•••Fix cross-compilation. * gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.6. [native-inputs]: Add guile-3.0 and guile-bytestructures. Mathieu Othacehe2022-08-081-4/+4
* gnu: Add phyml.•••* gnu/packages/bioinformatics.scm (phyml): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Mădălin Ionel Patrașcu2022-08-081-0/+85
* gnu: Add texlive-cite.•••* gnu/packages/tex.scm (texlive-cite): New variable. Ricardo Wurmus2022-08-081-0/+20
* gnu: go-gitlab.com-shackra-goimapnotify: Update to 2.3.7.•••* gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify): Update to 2.3.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Morgan Smith2022-08-081-27/+25
* gnu: guile-newt: Update to 0.0.3.•••Fixes: <https://issues.guix.gnu.org/57037>. * gnu/packages/guile-xyz.scm (guile-newt): Update to 0.0.3. [native-inputs]: Add guile-3.0 that is required when cross-compiling. Mathieu Othacehe2022-08-081-3/+3
* gnu: cool-retro-term: Fix build and runtime errors.•••This fixes <https://issues.guix.gnu.org/57049>. * gnu/packages/terminals.scm (cool-retro-term) [inputs]: Add qtquickcontrols-5. [arguments]: Fix 'QML2_IMPORT_PATH'. 宋文武2022-08-081-3/+5
* gnu: chatty: Update to 0.6.7.•••* gnu/packages/messaging.scm (chatty): Update to 0.6.7. [source]: Fetch git submodules too. [arguments]: Add pre-check phase. [native-inputs]: Add XORG-SERVER-FOR-TESTS. [inputs]: Add GNOME-DESKTOP. Marius Bakke2022-08-081-6/+25
* gnu: postorius: Update to 1.3.6.•••* gnu/packages/mail.scm (postorius): Update to 1.3.6. [inputs]: Change from PYTHON-DJANGO-2.2 to PYTHON-DJANGO. Marius Bakke2022-08-081-3/+3
* gnu: python-django@3.2: Update to 3.2.15 [fixes CVE-2022-36359].•••* gnu/packages/django.scm (python-django-3.2): Update to 3.2.15. Marius Bakke2022-08-081-2/+2
* gnu: python-django: Update to 4.0.7 [fixes CVE-2022-36359].•••* gnu/packages/django.scm (python-django-4.0): Update to 4.0.7. Marius Bakke2022-08-081-2/+2
* gnu: tiled: Fix build.•••Fixes <https://issues.guix.gnu.org/57048>. * gnu/packages/game-development.scm (tiled)[arguments]: Use 'search-input-file' to locate 'lrelease'. 宋文武2022-08-081-2/+2
* gnu: msmtp: Use G-Expressions.•••* gnu/packages/mail.scm (msmtp)[arguments]: Rewrite using G-Expressions. Efraim Flashner2022-08-071-15/+17
* gnu: msmtp: Don't override defaults when checking for network.•••This is no longer needed as the defaults have changed upstream. * gnu/packages/mail.scm (msmtp)[arguments]: Remove substitution to force 'ping' instead of 'netcat' to check for network access. Efraim Flashner2022-08-071-5/+1
* gnu: msmtp: Update to 1.8.22.•••* gnu/packages/mail.scm (msmtp): Update to 1.8.22. Efraim Flashner2022-08-071-2/+2
* gnu: gss: Update to 1.0.4.•••* gnu/packages/gsasl.scm (gss): Update to 1.0.4. Efraim Flashner2022-08-071-3/+3
* gnu: libtirpc: Fix CVE-2021-46828.•••* gnu/packages/onc-rpc.scm (libtirpc)[replacement]: New field. (libtirpc/fixed): New variable. (libtirpc-hurd)[source]: Add patch. * gnu/packages/patches/libtirpc-CVE-2021-46828.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2022-08-072-1/+578
* gnu: shishi: Use G-expressions.•••* gnu/packages/kerberos.scm (shishi)[arguments]: Convert to list of G-Expressions. Efraim Flashner2022-08-071-10/+11
* gnu: shishi: Build with newer linux-pam.•••* gnu/packages/kerberos.scm (shishi)[inputs]: Replace linux-pam-1.2 with linux-pam. * gnu/packages/linux.scm (linux-pam-1.2): Remove variable. Efraim Flashner2022-08-072-16/+1
* gnu: shishi: Update to 1.0.3.•••* gnu/packages/kerberos.scm (shishi): Update to 1.0.3. [source]: Remove patch. [arguments]: Remove configure flag overriding libgcrypt detection. * gnu/packages/patches/shishi-fix-libgcrypt-detection.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Efraim Flashner2022-08-072-44/+8
* gnu: guile-sqlite3: Update to 0.1.3.•••* gnu/packages/guile.scm (guile-sqlite3): Update to 0.1.3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Olivier Dion2022-08-071-2/+2
* gnu: newt: Fix cross-compilation.•••* gnu/packages/slang.scm (newt): Fix-cross compilation. [arguments]: Use G-Expressions for `#:configure-flags', `#:make-flags' and `#:phases', also set correct path for `python-config'. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Jean-Pierre De Jesus DIAZ2022-08-071-21/+28
* gnu: gnome-system-monitor: Update to 42.0.•••* gnu/packages/gnome.scm (gnome-system-monitor): Update to 42.0. Maxim Cournoyer2022-08-061-2/+2
* gnu: Add i3-autotiling.•••* gnu/packages/python-xyz.scm (i3-autotiling): New variable. Signed-off-by: Hilton Chain <hako@ultrarare.space> Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain2022-08-061-0/+24
* gnu: Add python-i3ipc.•••* gnu/packages/python-xyz.scm (python-i3ipc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain2022-08-061-0/+24
* gnu: Add emacs-vundo.•••* gnu/packages/emacs-xyz.scm (emacs-vundo): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain2022-08-061-0/+21
* gnu: Add wavbreaker.•••* gnu/packages/mp3.scm (wavbreaker): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Joeke de Graaf2022-08-061-1/+73