Age | Commit message (Expand) | Author |
2022-07-24 | gnu: linux-libre@4.14: Update to 4.14.289.•••* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.289.
(linux-libre-4.14-pristine-source): Update hash.
| Tobias Geerinckx-Rice |
2022-07-24 | gnu: linux-libre@4.19: Update to 4.19.253.•••* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.253.
(linux-libre-4.19-pristine-source): Update hash.
| Tobias Geerinckx-Rice |
2022-07-24 | gnu: linux-libre@4.9: Update to 4.9.324.•••* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.324.
(linux-libre-4.9-pristine-source): Update hash.
| Tobias Geerinckx-Rice |
2022-07-24 | gnu: linux-libre@5.10: Update to 5.10.132.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.132.
(linux-libre-5.10-pristine-source): Update hash.
| Tobias Geerinckx-Rice |
2022-07-24 | gnu: linux-libre@5.18: Update to 5.18.14.•••* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.14.
(linux-libre-5.18-pristine-source): Update hash.
| Tobias Geerinckx-Rice |
2022-07-26 | gnu: openconnect: Update to 9.01.•••* gnu/packages/vpn.scm (openconnect): Update to 9.01.
| Arun Isaac |
2022-07-26 | gnu: openfortivpn: Update to 1.17.3.•••* gnu/packages/vpn.scm (openfortivpn): Update to 1.17.3.
| Arun Isaac |
2022-07-26 | gnu: phockup: Update to 1.9.0.•••* gnu/packages/image.scm (phockup): Update to 1.9.0.
| Arun Isaac |
2022-07-26 | gnu: phockup: Add bash-minimal to inputs.•••* gnu/packages/image.scm (phockup)[inputs]: Add bash-minimal.
| Arun Isaac |
2022-07-26 | gnu: phockup: Make exiftool substitution more specific.•••* gnu/packages/image.scm (phockup)[arguments]: Make exiftool substitution in
configure phase more specific.
| Arun Isaac |
2022-07-25 | gnu: emacs-robot-log: Update to 0.1.4.•••* gnu/packages/emacs-xyz.scm (emacs-robot-log): Update to 0.1.4.
| Maxim Cournoyer |
2022-07-24 | gnu: python-fontpens: Remove failing docstring assertion.•••* gnu/packages/fontutils.scm (python-fontpens)[arguments]:
Add a new 'drop-flaky-docstring phase.
| Tobias Geerinckx-Rice |
2022-07-24 | gnu: dbxfs: Update to 1.0.63.•••* gnu/packages/file-systems.scm (dbxfs): Update to 1.0.63.
* gnu/packages/patches/dbxfs-remove-sentry-sdk.patch: Update patch.
| Efraim Flashner |
2022-07-24 | gnu: python-dropbox: Update to 11.33.0.•••* gnu/packages/file-systems.scm (python-dropbox): Update to 11.33.0.
| Efraim Flashner |
2022-07-24 | gnu: python-userspacefs: Update to 2.0.5.•••* gnu/packages/python-xyz.scm (python-userspacefs): Update to 2.0.5.
| Efraim Flashner |
2022-07-24 | gnu: Add ndebug.•••* gnu/packages/lisp-xyz.scm (cl-ndebug, ecl-ndebug, sbcl-ndebug): New variables.
| Pierre Neidhardt |
2022-07-24 | gnu: Add ospm.•••* gnu/packages/lisp-xyz.scm (cl-ospm, ecl-ospm, sbcl-ospm): New variables.
| Pierre Neidhardt |
2022-07-23 | gnu: PHP: Fix test failure with newer cURL.•••* gnu/packages/patches/php-curl-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/php.scm (php)[source](patches): Add it.
| Marius Bakke |
2022-07-23 | gnu: PHP: Update to 7.4.30.•••* gnu/packages/php.scm (php): Update to 7.4.30.
[source](patches): Remove obsolete patch.
* gnu/packages/patches/php-openssl_x509_checkpurpose_basic.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
| Marius Bakke |
2022-07-23 | gnu: perl-catalystx-script-server-starman: Add missing input.•••* gnu/packages/web.scm (perl-catalystx-script-server-starman)[native-inputs]:
Add PERL-POD-PARSER.
| Marius Bakke |
2022-07-23 | gnu: perl-cpanel-json-xs: Update to 4.30.•••* gnu/packages/perl.scm (perl-cpanel-json-xs): Update to 4.30.
| Marius Bakke |
2022-07-17 | Revert "home: Add 'home-generation-base'."•••This reverts commit 5df8f7802e8b45855e8f84830677001dc631e4f7.
This commit or the next one appears to have broken ‘guix pull’.
| Tobias Geerinckx-Rice |
2022-07-23 | gnu: iotop: Update to 1.22.•••* gnu/packages/linux.scm (iotop): Update to 1.22.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-07-23 | gnu: git: Update to 2.37.1.•••* gnu/packages/version-control.scm (git): Update to 2.37.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-07-23 | gnu: clojure-instaparse: Update to 1.4.12.•••This patch updates clojure-instaparse to 1.4.12. Due to the following AOT
related error I disabled AOT compilation for this package.
```
starting phase `build'
Execution error (IllegalArgumentException) at instaparse.auto-flatten-seq/fn$G (auto_flatten_seq.cljc:7).
No implementation of method: :conj-flat of protocol: #'instaparse.auto-flatten-seq/ConjFlat found for class: instaparse.auto_flatten_seq.AutoFlattenSeq
```
This seems to be a known issue with AOT compilation. The issue has been
discussed [1] and seems to be still an open issue.
[1] https://github.com/Engelberg/instaparse/issues/85
* gnu/packages/clojure.scm (clojure-instaparse): Update to 1.4.12.
[arguments]: Add 'fix-import' phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| r0man |
2022-07-23 | gnu: clojure-core-match: Update to 1.0.0.•••* gnu/packages/clojure.scm (clojure-core-match): Update to 1.0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| r0man |
2022-07-23 | gnu: clojure-algo-generic: Fix test failing under AOT in Clojure 1.11.1.•••* gnu/packages/clojure.scm (clojure-algo-generic)[arguments]: Add
'fix-import' phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| r0man |
2022-07-23 | gnu: clojure: Update to 1.11.1.•••This patch updates Clojure to 1.11.1. It also adds the 'reset-class-timestamps
phase to the Clojure build system.
This phase makes sure the timestamp of compiled class files is set to a later
point in time than the timestamp of the corresponding Clojure source files. If
the timestamps of the class and source files are the same, the Clojure
compiler will compile the sources again which can lead to issues. This problem
has been discussed here [1]. The suggested solution was to keep/adjust the
timestamps of the class files.
[1] https://www.mail-archive.com/clojure@googlegroups.com/msg99928.html
* gnu/packages/clojure.scm (clojure): Update to 1.11.1 and update all of
LIBRARIES accordingly.
[arguments]: In 'unpack-library-sources' phase, copy from
"core-specs-alpha-src" and "spec-alpha-src" as well. Add
phases 'closure-spec-skip-macros', 'clojure-spec-compile',
'maven-classpath-properties', and 'reset-class-timestamps'.
* guix/build/clojure-build-system.scm (regular-jar-file?)
(reset-class-timestamps): New procedures.
(%standard-phases): Add 'reset-class-timestamps' phase.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| r0man |
2022-07-23 | gnu: clojure-tools: Update to 1.11.1.1149.•••* gnu/packages/clojure.scm (clojure-tools): Update to 1.11.1.1149.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| r0man |
2022-07-23 | gnu: clojure-tools-deps-alpha: Update to 0.14.1212.•••* gnu/packages/clojure.scm (clojure-tools-deps-alpha): Update to 0.14.1212.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| r0man |
2022-07-23 | gnu: clojure-tools-gitlibs: Update to 2.4.181.•••* gnu/packages/clojure.scm (clojure-tools-gitlibs): Update to 2.4.181.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| r0man |
2022-07-23 | gnu: clojure-tools-cli: Update to 1.0.206.•••* gnu/packages/clojure.scm (clojure-tools-cli): Update to 1.0.206.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| r0man |
2022-07-23 | gnu: eigen: Update to 3.4.0.•••* gnu/packages/algebra.scm (eigen): Update to 3.4.0.
* gnu/packages/patches/eigen-fix-strict-aliasing-bug.patch: New file.
* gnu/packages/patches/eigen-remove-openmp-error-counting.patch,
gnu/packages/patches/eigen-stabilise-sparseqr-test.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| vicvbcun |
2022-07-23 | home: Add 'home-generation-base'.•••* gnu/home.scm (%profile-generation-rx): New variable.
(home-generation-base): New procedure.
| Ludovic Courtès |
2022-07-17 | gnu: bind: Update to 9.16.31.•••* gnu/packages/dns.scm (isc-bind): Update to 9.16.31.
| Tobias Geerinckx-Rice |
2022-07-17 | gnu: gsm: Update to 1.0.20.•••* gnu/packages/audio.scm (gsm): Update to 1.0.20.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2022-07-17 | gnu: Add xvkbd.•••* gnu/packages/xdisorg.scm (xvkbd): New public variable.
| Tobias Geerinckx-Rice |
2022-07-21 | ffmpeg-jami: Re-enable matroska muxer.•••Disabled by mistake in 1ed66d1461d18c97894381bace428b982980d597.
* gnu/packages/jami.scm (%ffmpeg-default-configure-flags): Un-comment
'--enable-muxer=matroska'.
| Maxim Cournoyer |
2022-07-21 | gnu: asio: Update to 1.22.2.•••* gnu/packages/networking.scm (asio): Update to 1.22.2.
| Maxim Cournoyer |
2022-07-21 | gnu: opendht: Enable tests.•••* gnu/packages/networking.scm (opendht)
[phases]{disable-problematic-tests}: New phase.
{check}: New phase override.
[propagated-inputs]: Re-indent comments.
| Maxim Cournoyer |
2022-07-21 | gnu: opendht: Update to 2.4.9.•••* gnu/packages/networking.scm (opendht): Update to 2.4.9.
| Maxim Cournoyer |
2022-07-21 | gnu: qpwgraph: Update to 0.3.4.•••* gnu/packages/audio.scm (qpwgraph): Update to 0.3.4.
| Maxim Cournoyer |
2022-07-21 | gnu: gwl: Update to 0.5.0.•••* gnu/packages/package-management.scm (gwl): Update to 0.5.0.
[arguments]: Disable integration tests.
| Ricardo Wurmus |
2022-07-21 | gnu: guile-hall: Update to 0.4.1.•••* gnu/packages/guile-xyz.scm (guile-hall): Update to 0.4.1.
| Taiju HIGASHI |
2022-07-21 | gnu: guile-config: Update to 0.5.1.•••* gnu/packages/guile-xyz.scm (guile-config): Update to 0.5.1.
| Taiju HIGASHI |
2022-07-20 | gnu: ungoogled-chromium: Update to 103.0.5060.134-1.•••* gnu/packages/chromium.scm (%chromium-version): Set to 103.0.5060.134.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
| Marius Bakke |
2022-07-20 | gnu: modifying make-chromium-extension to rely on node-crx3.•••* gnu/build/chromium-extension.scm (make-crx): Lift Xorg and Chromium
dependencies, rely on node-crx3 instead.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Nicolas Graves |
2022-07-20 | gnu: Add node-crx3.•••* gnu/packages/node-xyz.scm (node-crx3): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Nicolas Graves |
2022-07-20 | gnu: Add node-minimist.•••* gnu/packages/node-xyz.scm (node-minimist): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Nicolas Graves |
2022-07-20 | gnu: Add node-pbf.•••* gnu/packages/node-xyz.scm (node-pbf): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Nicolas Graves |