gnu: crc32c: Move to (gnu packages crypto). * gnu/packages/cpp.scm (crc32c): Move from here… * gnu/packages/crypto.scm (crc32c): …to here. Change-Id: I62bee9e02c9480646093c174dfe84ccc72e4577a Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
gnu: target->hare-arch: Check for system support before target support. This fixes bug #2449. * gnu/packages/hare.scm (target->hare-arch): Only when building on a supported system check if the target is supported by hare. Change-Id: I9bb2bd32a204043ce2702a206598398fbd0541eb
gnu: ggg: Update to 0.4.16. * gnu/packages/image.scm (ggg): Update to 0.4.16. [arguments]: Modified the log.sh to log.bash due to upstream rename. Removed unneeded mkdir-p calls. [inputs]: Added imagemagick runtime dependency which was missing. Change-Id: Ie48eefc2a42396f4070d2051df6ea2521459f1e2 Signed-off-by: jgart <jgart@dismail.de>
gnu: trealla: Update to 2.82.28. * gnu/packages/prolog.scm (trealla): Update to 2.82.28. Change-Id: I6c79deaf11465c3eab90b8e0a0466b4e808b5d67
gnu: janet: Update to 1.39.1 * gnu/packages/lisp.scm (janet): Update to 1.39.1. Change-Id: I9421f93374f6ffe261b8bf93e63742aac82849bb Signed-off-by: jgart <jgart@dismail.de>
gnu: sbcl-plump: Update to 2.0.0-4.251fbe0 * gnu/packages/lisp-xyz.scm (sbcl-plump): Update to 2.0.0-4.251fbe0 Change-Id: I2264cc751d17775970fcd74ef58572935ec238d2 Signed-off-by: jgart <jgart@dismail.de>
gnu: sbcl-lquery: Update to 3.2.1-2.08c9cb6 * gnu/packages/lisp-xyz.scm (sbcl-lquery): Update to 3.2.1-2.08c9cb6 Change-Id: I3ef9bf1d87b280943238e5445064990dd664f293 Signed-off-by: Omar Bassam <omar.bassam88@gmail.com> Signed-off-by: jgart <jgart@dismail.de>
docs: Fix module reference in guix-home-service-type. * doc/guix.texi (Guix Services): Use (gnu services guix) module instead of the outdated (gnu home) module in the example. Closes #2369. Change-Id: I19eeeffbaeb150db68510c90b0f7c8ef23bdfeb6 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
gnu: qucs-s: Move to electronics. * gnu/packages/engineering.scm (qucs-s): Move from here ... * gnu/packages/electronics.scm: ... to here. Change-Id: I6a4827b674a4eab9668cacea9fa0076bc9f887cf Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
gnu: qucsator-rf: Move to electronics. * gnu/packages/engineering.scm (qucsator-rf): Move from here ... * gnu/packages/electronics.scm: ... to here. Change-Id: Id6652d720134d72136f439a053e8faf81749bb2f Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
gnu: uhdm: Update to 1.86. * gnu/packages/electronics.scm (uhdm): Update to 1.86. [source]: Remove recursive?. [arguments]: Improve style. Change-Id: I5e7033aae6a9c45e48c057c9038218e7ecc2a031 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
gnu: m8c: Update to 2.0.0. * gnu/packages/electronics.scm (m8c): Update to 2.0.0. [inputs]: Remove sdl2; add sdl3. Change-Id: Iacea7d269220ab8d5a3fde9a19256f70d536a7dc Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
gnu: python-vsg: Update to 3.34.0. * gnu/packages/electronics.scm (python-vsg): Update to 3.34.0. [arguments]: Update #:test-flags. [native-inputs]: Remove python-pytest, python-setuptools, and python-wheel; add python-setuptools-next. Change-Id: Ic85a0fd65df327f2fd69868fae7cd0868f99fa0d Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
gnu: python-edalize: Update to 0.6.1. * gnu/packages/electronics.scm (python-edalize): Update to 0.6.1. [arguments]<#:test-flags>: Enable previously failing tests. [native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next. Change-Id: I99e33582f4a4248f2ea6e9121dddf32e1e3f1b04 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
gnu: emacs-org-vcard: Update to 0.3.1. * gnu/packages/emacs-xyz.scm (emacs-org-vcard): Update to 0.3.1. [origin, home-page]: Change to “https://github.com/pinoaffe/org-vcard”. [arguments]: Add #:test-command. [native-inputs]: Add emacs-ert-runner. Change-Id: I0f433c793e6c02cf8add95608060888435c10bd6 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
gnu: Register missing hare patches. This is a follow-up to 8be59a7e3e1c6f39a4c4c2982483df58683a0b06, which inadvertently introduced new patches without registering them. * gnu/local.mk (dist_patch_DATA): Register %D%/packages/patches/hare-fallback-cache.patch and %D%/packages/patches/hare-toolpath.patch.
gnu: ncdu: Update to 2.9.1. * gnu/packages/ncdu.scm (ncdu): Update to 2.9.1. Change-Id: I3b8958d7b18be391cee8709c83c18273e8aace4f
gnu: debian-ports-archive-keyring: Update to 2025.04.05. * gnu/packages/debian.scm (debian-ports-archive-keyring): Update to 2025.04.05. Change-Id: Idc4a66e7b9710f27527443585442481e7d6d7c9a
gnu: hare: Add hare-update. Recommended for packaging alongside hare by upstream. * gnu/packages/hare.scm (hare-update): New variable. Change-Id: I46b002d7efae70d18213373142581c18d4765bb2 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
gnu: hare: Add hare. * gnu/packages/hare.scm (hare): New variable. * gnu/packages/patches/hare-fallback-cache.patch: New file. * gnu/packages/patches/hare-toolpath.patch: New file. Change-Id: I5d29841c3dab0f1d50876415a4f62961bfd7a467 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>