Age | Commit message (Expand) | Author |
2023-01-22 | gnu: bind: Update to 9.16.37 [security fixes]....This release contains fixes for CVE-2022-3094, CVE-2022-3736,
and CVE-2022-3924.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.37.
| Tobias Geerinckx-Rice |
2023-01-25 | gnu: Add python-slamdunk....* gnu/packages/bioinformatics.scm (python-slamdunk): New variable.
| Ricardo Wurmus |
2023-01-25 | gnu: txr: Update to 284....* gnu/packages/lisp.scm (txr): Update to 284.
| Guillaume Le Vaillant |
2023-01-25 | gnu: Add cl-clingon....* gnu/packages/lisp-xyz.scm (sbcl-clingon, cl-clingon, ecl-clingon): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Paul A. Patience |
2023-01-25 | gnu: Add cl-trivial-octet-streams....* gnu/packages/lisp-xyz.scm (sbcl-trivial-octet-streams,
cl-trivial-octet-streams, ecl-trivial-octet-streams): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Paul A. Patience |
2023-01-25 | gnu: cl-coalton: Update to 0.0.1-3.ba75806....* gnu/packages/lisp-xyz.scm (sbcl-coalton): Update to 0.0.1-3.ba75806.
[source]: Add cl- prefix to file-name.
[inputs]: Remove sbcl-global-vars, sbcl-serapeum and sbcl-trivia, and
add sbcl-split-sequence and sbcl-trivial-garbage.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Paul A. Patience |
2023-01-25 | gnu: diffoscope: Replace cdrtools with cdrkit-libre....* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove
cdrtools. Add cdrkit-libre.
| Efraim Flashner |
2023-01-25 | gnu: diffoscope: Use newer llvm....* gnu/packages/diffoscope.scm (diffoscope)[source]: Remove patch.
[native-inputs]: Replace llvm-9 with llvm.
* gnu/packages/patches/diffoscope-fix-llvm-test.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Efraim Flashner |
2023-01-25 | gnu: Add python-phylophlan....* gnu/packages/bioinformatics.scm (python-phylophlan): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
| Mădălin Ionel Patrașcu |
2023-01-25 | gnu: Add python-hclust2....* gnu/packages/bioinformatics.scm (python-hclust2): New variable.
| Mădălin Ionel Patrașcu |
2023-01-25 | gnu: Add python-cmseq....* gnu/packages/bioinformatics.scm (python-cmseq): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>.
| Mădălin Ionel Patrașcu |
2023-01-25 | gnu: Add python-bcbio-gff/biopython-1.73....* gnu/packages/bioinformatics.scm (python-bcbio-gff/biopython-1.73): New variable.
| Ricardo Wurmus |
2023-01-25 | gnu: Add emacs-malyon....* gnu/packages/emacs-xyz.scm (emacs-malyon): New variable.
| Ricardo Wurmus |
2023-01-25 | gnu: Add synthpod....* gnu/packages/music.scm (synthpod): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Sughosha |
2023-01-24 | gnu: rpm: Update to 4.18.0....* gnu/packages/package-management.scm (rpm): Update to 4.18.0.
[arguments]: Improve robustness of fix-lua-check phase. Delete obsolete
set-nss-library-path phase.
[inputs]: Remove bdb, cpio, nspr, and nss. Move python to...
[native-inputs]: ... here.
| Maxim Cournoyer |
2023-01-23 | doc: Substitute @deffn usage with @defvar for Scheme variables....* doc/guix.texi (Base Services) (Networking Setup)
(Networking Services) (Printing Services) (Desktop Services)
(Sound Services) (Database Services) (Mail Services) (Messaging Services)
(File-Sharing Services) (Web Services) (DNS Services)
(Power Management Services) (Virtualization Services) (Linux Services)
(Miscellaneous Services): Substitute @deffn usage with @defvar for Scheme variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Bruno Victal |
2023-01-23 | doc: Use @defvar instead of @defvr for Scheme variables....* doc/guix.texi (Build Systems) (Search Paths) (The Store)
(The Store Monad) (File Systems) (Mapped Devices) (User Accounts)
(Locales) (Base Services) (Scheduled Job Execution) (Log Rotation)
(Networking Setup) (Networking Services) (Unattended Upgrades)
(X Window) (Desktop Services) (Database Services) (Messaging Services)
(Kerberos Services) (Web Services) (Certificate Services) (VPN Services)
(Network File System) (Samba Services) (Power Management Services)
(Audio Services) (Virtualization Services) (Linux Services) (Hurd Services)
(Miscellaneous Services) (Setuid Programs) (Name Service Switch)
(Initial RAM Disk) (Service Reference) (Shepherd Services)
(Essential Home Services) (Mcron Home Service)
(Power Management Home Services) (Shepherd Home Service) (Secure Shell)
(Desktop Home Services) (Guix Home Services) (Supported Platforms)
(Instantiate an Image) (image-type Reference): Use @defvar instead of @defvr for Scheme variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Bruno Victal |
2023-01-23 | doc: Fix incorrect use of @defvar....* doc/guix.texi (Monitoring Services) (VNC Services)
(Samba Services) (Game Services) (PAM Mount Service)
(Guix Services): Fix incorrect use of @defvar.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Bruno Victal |
2023-01-23 | doc: Document the 'release-monitoring-url' package property....* doc/guix.texi (Invoking guix refresh): Mention the
'release-monitoring-url' property.
| Ludovic Courtès |
2023-01-23 | gnu: flint: Add 'release-monitoring-url' property....* gnu/packages/algebra.scm (flint)[properties]: New field.
| Ludovic Courtès |
2023-01-23 | channels: 'channel->code' emits 'channel' field only when necessary....* guix/channels.scm (channel->code): Emit 'commit' field only when it is
true.
| Ludovic Courtès |
2023-01-23 | import: opam: Do not crash when description is missing....Previous 'guix import opam coccinelle' would crash due to the lack of a
description.
* guix/import/opam.scm (opam->guix-package): Call 'beautify-description'
only when "description" metadata is available.
| Ludovic Courtès |
2023-01-23 | gnu: universal-ctags: Update to 6.0.20230122.0....* gnu/packages/code.scm (universal-ctags): Update to 6.0.20230122.0.
| Maxim Cournoyer |
2023-01-23 | gnu: woof: Update to 20220202....* gnu/packages/web.scm (woof): Update to 20220202.
[source]: Change to Github.
[arguments]: Update source path, change to python3, remove chmod.
[inputs]: Change to python3.
| Clément Lassieur |
2023-01-23 | gnu: Add dwarfs....* gnu/packages/file-systems.scm (dwarfs): New variable.
| Pierre Neidhardt |
2023-01-23 | gnu: Add libdwarf....* gnu/packages/elf.scm (libdwarf): New variable.
| Pierre Neidhardt |
2023-01-23 | gnu: dezyne: Update to 2.17.0....* gnu/packages/dezyne.scm (dezyne): Update to 2.17.0.
| Jan (janneke) Nieuwenhuizen |
2023-01-22 | gnu: diffoscope: Simplify the build-man-page phase....* gnu/packages/diffoscope.scm (diffoscope) [phases]: Remove MAKE-FLAGS binding
in the build-man-page phase, as the python-build-system has no such argument.
| Maxim Cournoyer |
2023-01-22 | gnu: diffoscope: Fix indentation....* gnu/packages/diffoscope.scm (diffoscope): Fix indentation.
| Maxim Cournoyer |
2023-01-22 | gnu: diffoscope: Update to 233....* gnu/packages/diffoscope.scm (diffoscope): Update to 233.
[native-inputs]: Add lzip and python-pypdf, drop python-pypdf2.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Vagrant Cascadian |
2023-01-22 | gnu: Add python-pypdf....* gnu/packages/pdf.scm (python-pypdf): New variable.
* gnu/packages/patches/python-pypdf-annotate-tests-appropriately.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Register patch.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Vagrant Cascadian |
2023-01-22 | gnu: volctl: Update to 0.9.3....Fixes <https://issues.guix.gnu.org/58120>.
* gnu/packages/gtk.scm (volctl): Update to 0.9.3.
[arguments]: Update substitutions in patch-path phase and delete
trailing #t.
[inputs]: Delete pulseaudio. Move gtk+ to...
[propagated-inputs] ... here.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Sergiu Ivanov |
2023-01-22 | gnu: Add python-pulsectl....* gnu/packages/audio.scm (python-pulsectl): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Sergiu Ivanov |
2023-01-22 | gnu: volctl: Make the synopsis line shorter....* gnu/packages/gtk.scm (volctl): Make the synopsis line shorter.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Sergiu Ivanov |
2023-01-22 | gnu: libarchive: Mention bsdcat, bsdcpio and bsdtar in description....* gnu/packages/backup.scm (libarchive)[description]: Mention the bsdcat,
bsdcpio and bsdtar commands.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Simon Tournier |
2023-01-22 | services: hpcguix-web: Provide default values....* gnu/services/web.scm (<hpcguix-web-configuration>)[specs]: Default to #f.
(hpcguix-web-shepherd-service): Do not pass '--config' when SPECS is #f.
(hpcguix-web-service-type)[default-value]: New field.
* doc/guix.texi (Web Services): Adjust accordingly.
| Ludovic Courtès |
2023-01-22 | gnu: hpcguix-web: Update to 0.3.0....* gnu/packages/web.scm (hpcguix-web): Update to 0.3.0.
[inputs]: Add GUILE-SYNTAX-HIGHLIGHT.
[arguments]: In 'wrap-program' phase, take guile-syntax-highlight into
account.
* gnu/tests/web.scm (%hpcguix-web-specs): Remove 'define'.
* doc/guix.texi (Web Services): Adjust accordingly.
| Ludovic Courtès |
2023-01-22 | gnu: pari-gp: Update to 2.15.2....* gnu/packages/algebra.scm (pari-gp): Update to 2.15.2.
| Andreas Enge |
2023-01-15 | gnu: libxmlb: Update to 0.3.10....* gnu/packages/xml.scm (libxmlb): Update to 0.3.10.
| Tobias Geerinckx-Rice |
2023-01-15 | gnu: libucl: Update to 0.8.2....* gnu/packages/wm.scm (libucl): Update to 0.8.2.
| Tobias Geerinckx-Rice |
2023-01-15 | gnu: memcached: Update to 1.6.18....* gnu/packages/databases.scm (memcached): Update to 1.6.18.
| Tobias Geerinckx-Rice |
2023-01-15 | gnu: klavaro: Update to 3.14....* gnu/packages/education.scm (klavaro): Update to 3.14.
| Tobias Geerinckx-Rice |
2023-01-15 | gnu: gvfs: Update to 1.50.3....* gnu/packages/gnome.scm (gvfs): Update to 1.50.3.
| Tobias Geerinckx-Rice |
2023-01-15 | gnu: barrage: Update to 1.0.6....* gnu/packages/games.scm (barrage): Update to 1.0.6.
| Tobias Geerinckx-Rice |
2023-01-22 | gnu: gnome-latex: Update to 3.44.0....* gnu/packages/gnome.scm (gnome-latex): Update to 3.44.0.
| Liliana Marie Prikler |
2023-01-22 | gnu: devhelp: Update to 43.0....* gnu/packages/gnome.scm (devhelp): Update to 43.0.
[arguments]: Update ‘skip-gtk-update-icon-cache’ accordingly.
| Liliana Marie Prikler |
2023-01-22 | gnu: gedit: Update to 44.1....* gnu/packages/gnome.scm (gedit): Update to 44.1.
[native-inputs]: Add gtk-doc.
[inputs]: Add amtk and tepl.
| Liliana Marie Prikler |
2023-01-22 | gnu: amtk: Update to 5.6.1....* gnu/packages/gnome.scm (amtk): Update to 5.6.1.
| Liliana Marie Prikler |
2023-01-22 | gnu: tepl: Update to 6.4.0....* gnu/packages/gnome.scm (tepl): Update to 6.4.0.
| Liliana Marie Prikler |
2023-01-22 | gnu: lighttpd: Update to 1.4.68....* gnu/packages/web.scm (lighttpd): Update to 1.4.68.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| André Batista |