Age | Commit message (Expand) | Author |
2022-12-12 | gnu: Sort module imports in (gnu packages scheme).•••* gnu/packages/scheme.scm: Sort imports. Remove one duplicate.
| Marius Bakke |
2022-12-12 | gnu: pianobar: Update to 2022.04.01.•••* gnu/packages/music.scm (pianobar): Update to 2022.04.01.
| Marius Bakke |
2022-12-12 | gnu: motion: Remove input labels.•••* gnu/packages/video.scm (motion)[native-inputs, inputs]: Remove labels.
| Marius Bakke |
2022-12-12 | gnu: motion: Update to 4.5.0.•••* gnu/packages/video.scm (motion): Update to 4.5.0.
| Marius Bakke |
2022-12-12 | gnu: vapoursynth: Remove input labels.•••* gnu/packages/video.scm (vapoursynth)[native-inputs]: Remove labels.
| Marius Bakke |
2022-12-12 | gnu: vapoursynth: Update to 61.•••* gnu/packages/video.scm (vapoursynth): Update to 61.
| Marius Bakke |
2022-12-12 | gnu: wxsvg: Update to 1.5.24.•••* gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.24.
| Marius Bakke |
2022-12-12 | gnu: tracker-miners: Remove obsolete input.•••* gnu/packages/gnome.scm (tracker-miners)[native-inputs]: Remove INTLTOOL.
Add GETTEXT-MINIMAL.
| Marius Bakke |
2022-12-12 | gnu: OpenLDAP: Update to 2.6.3.•••* gnu/packages/openldap.scm (openldap-2.6): Update to 2.6.3.
| Marius Bakke |
2022-12-12 | Merge branch 'version-1.4.0' | Ludovic Courtès |
2022-12-12 | pki: 'public-keys->acl' deduplicates entries.•••Reported by Tobias Geerinckx-Rice <me@tobias.gr>
in <https://issues.guix.gnu.org/50892>.
* guix/pki.scm (public-keys->acl): Add call to 'delete-duplicates'.
* tests/pki.scm ("public-keys->acl deduplication"): New test.
| Ludovic Courtès |
2022-12-12 | gnu: Add python-pomegranate.•••* gnu/packages/python-xyz.scm (python-pomegranate): New variable.
| Ricardo Wurmus |
2022-12-12 | gnu: Add python-pygtrie.•••* gnu/packages/python-xyz.scm (python-pygtrie): New variable.
| Ricardo Wurmus |
2022-12-12 | gnu: Add python-flask-jwt.•••* gnu/packages/python-web.scm (python-flask-jwt): New variable.
| Ricardo Wurmus |
2022-12-12 | gnu: Add python-apispec-webframeworks.•••* gnu/packages/python-xyz.scm (python-apispec-webframeworks): New variable.
| Ricardo Wurmus |
2022-12-12 | gnu: Add python-fit-nbinom.•••* gnu/packages/python-xyz.scm (python-fit-nbinom): New variable.
| Ricardo Wurmus |
2022-12-12 | gnu: Add python-py4j.•••* gnu/packages/python-xyz.scm (python-py4j): New variable.
| Ricardo Wurmus |
2022-12-12 | gnu: Add python-imbalanced-learn.•••* gnu/packages/machine-learning.scm (python-imbalanced-learn): New variable.
| Ricardo Wurmus |
2022-12-12 | gnu: Add python-cleanlab-1.•••* gnu/packages/machine-learning.scm (python-cleanlab-1): New variable.
| Ricardo Wurmus |
2022-12-12 | gnu: Add python-cleanlab.•••* gnu/packages/machine-learning.scm (python-cleanlab): New variable.
| Ricardo Wurmus |
2022-12-12 | gnu: bioperl-minimal: Remove trailing #T from build phase.•••* gnu/packages/bioinformatics.scm (bioperl-minimal)[arguments]: Remove
trailing #T from build phase.
| Ricardo Wurmus |
2022-12-12 | gnu: u-boot: Use plain list of inputs.•••* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Drop input labels.
| Ricardo Wurmus |
2022-12-12 | gnu: u-boot: Update to 2022.10.•••* gnu/packages/bootloaders.scm (u-boot): Update to 2022.10.
* gnu/packages/patches/u-boot-allow-disabling-openssl.patch: Disable
fit_pre_load_data, which depends on openssl.
| Ricardo Wurmus |
2022-12-12 | gnu: eisl: Update to 2.65.•••* gnu/packages/lisp.scm (eisl): Update to 2.65.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Joeke de Graaf |
2022-12-12 | gnu: cl-april: Update to 1.0-3.bdd74f1.•••* gnu/packages/lisp-xyz.scm (sbcl-april): Update to 1.0-3.bdd74f1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Paul A. Patience |
2022-12-12 | gnu: Add cl-conduit-packages.•••* gnu/packages/lisp-xyz.scm (cl-conduit-packages, ecl-conduit-packages,
sbcl-conduit-packages): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| jgart |
2022-12-12 | gnu: Add cl-fare-csv.•••* gnu/packages/lisp-xyz.scm (cl-fare-csv, ecl-fare-csv, sbcl-fare-csv):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| jgart |
2022-12-12 | gnu: mcomix: Update to 2.0.2.•••* gnu/packages/image-viewers.scm (mcomix): Update to 2.0.2.
| Pierre Neidhardt |
2022-12-12 | image: Use 512 byte blocks for EFI partitions.•••Addresses <https://issues.guix.gnu.org/59695>.
* gnu/build/image.scm (make-vfat-image): When creating a fat filesystem
for UEFI bootable partition use 512 byte blocks.
| Efraim Flashner |
2022-12-11 | gnu: python-seaborn: Update to 0.12.0.•••* gnu/packages/python-xyz.scm (python-seaborn): Update to 0.12.0.
[source]: Remove patches.
[arguments]: Import (ice-9 match) module. Remove patch-more-tests and
start-xserver phases. Replace build and install phases. Fix pytest command in
check phase.
[native-inputs]: Add python-flit-core and python-pypa-build. Remove
xorg-server-for-tests.
* gnu/packages/patches/python-seaborn-2690.patch,
gnu/packages/patches/python-seaborn-kde-test.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Unregister them.
| Arun Isaac |
2022-12-11 | gnu: guile-json: Update to 4.7.3.•••* gnu/packages/guile.scm (guile-json): Update to 4.7.3.
| Vagrant Cascadian |
2022-12-11 | news: Fix typos in French text.•••* etc/news.scm: Fix typos.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| Vivien Kraus via Guix-patches via |
2022-12-10 | news: Add 'fr' translation.•••* etc/news.scm: Add French translation of 'customize-linux' entry.
| Julien Lepiller |
2022-12-10 | gnu: perl-lingua-translit: Wrap translit program.•••* gnu/packages/perl.scm (perl-lingua-translit)[arguments]: Add “wrap-translit”
phase.
[inputs]: Add bash-minimal.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Evgeny Pisemsky |
2022-12-10 | gnu: julia-geometrybasics: Update to 0.4.2.•••* gnu/packages/julia-xyz.scm (julia-geometrybasics): Update to 0.4.2.
| Efraim Flashner |
2022-12-10 | gnu: julia-http: Update to 0.9.17.•••* gnu/packages/julia-xyz.scm (julia-http): Update to 0.9.17.
[arguments]: Skip another test in 'disable-network-tests phase.
| Efraim Flashner |
2022-12-10 | gnu: julia-chainrulescore: Skip two tests.•••* gnu/packages/julia-xyz.scm (julia-chainrulescore)[arguments]: Add a
phase to skip two tests.
| Efraim Flashner |
2022-12-10 | gnu: julia-colortypes: Update to 0.11.1.•••* gnu/packages/julia-xyz.scm (julia-colortypes): Update to 0.11.1.
[arguments]: Add phase to skip broken test.
| Efraim Flashner |
2022-12-10 | gnu: julia-irtools: Update to 0.4.7.•••* gnu/packages/julia-xyz.scm (julia-irtools): Update to 0.4.7.
| Efraim Flashner |
2022-12-10 | gnu: julia-benchmarktools: Update to 1.3.2.•••* gnu/packages/julia-xyz.scm (julia-benchmarktools): Update to 1.3.2.
| Efraim Flashner |
2022-12-10 | gnu: julia-fixedpointnumbers: Update to 0.8.4-1.59ee94b.•••* gnu/packages/julia-xyz.scm (julia-fixedpointnumbers): Update to
0.8.4-1.59ee94b.
[arguments]: Skip tests. Remove 'disable-failing-test phase.
| Efraim Flashner |
2022-12-10 | gnu: guix: Update to 1.4.0rc2. | Ludovic Courtès |
2022-12-10 | deduplicate: Use 'sendfile' only with file ports.•••Fixes a regression introduced in b129026e2e242e9068158ae6e6fcd8d7c5ea092e.
* guix/store/deduplication.scm (dump-file/deduplicate): Use 'sendfile'
only when INPUT' is a file port.
| Ludovic Courtès |
2022-12-10 | install: 'umount-cow-store' retries upon EBUSY.•••Possibly fixes <https://issues.guix.gnu.org/59884>.
* gnu/build/install.scm (umount*): New procedure.
(unmount-cow-store): Use it instead of 'umount'.
| Ludovic Courtès |
2022-12-10 | installer: Detect mapped installation devices.•••Fixes: <https://issues.guix.gnu.org/59823>
* gnu/installer/parted.scm (mapped-device?,
mapped-device-parent-partition): New procedures.
(eligible-devices): Detect mapped installation devices using the new
procedures.
| Mathieu Othacehe |
2022-12-10 | installer: Detect mapped installation devices.•••Fixes: <https://issues.guix.gnu.org/59823>
* gnu/installer/parted.scm (mapped-device?,
mapped-device-parent-partition): New procedures.
(eligible-devices): Detect mapped installation devices using the new
procedures.
| Mathieu Othacehe |
2022-12-10 | deduplicate: Use 'sendfile' for small file copies.•••* guix/store/deduplication.scm (dump-file/deduplicate): Use 'sendfile'
instead of 'dump-port'.
* tests/store-deduplication.scm ("copy-file/deduplicate, below %deduplication-minimum-size"):
New test.
| Ludovic Courtès |
2022-12-10 | gnu: emacs-wisp-mode: Update to 1.0.8.•••* gnu/packages/emacs-xyz.scm (emacs-wisp-mode): Update to 1.0.8.
| Nicolas Goaziou |
2022-12-10 | gnu: emacs-logview: Update to 0.16.•••* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.16.
| Nicolas Goaziou |
2022-12-10 | gnu: emacs-jarchive: Update to 0.9.0.•••* gnu/packages/emacs-xyz.scm (emacs-jarchive): Update to 0.9.0.
| Nicolas Goaziou |