Age | Commit message (Expand) | Author |
2024-01-28 | gnu: Add (gnu packages golang-crypto) module....* gnu/packages/golang-crypto.scm: New file.
* gnu/local.mk: Add to gnu/packages/golang-crypto.scm scope.
Change-Id: I92a110f31a74c5a54c59ee2a0f17373915be1b35
| Sharlatan Hellseher |
2024-01-28 | gnu: python-pyamg: Regenerate bundled files....* gnu/packages/python-science.scm (python-pyamg) [source]: Delete
auto-generated files.
[arguments] <#:phases>: Add 'amg-core-bind-them phase to
re-generate *_bind.cpp files deleted in snippet.
[native-inputs]: Add python-cppheaderparser and python-pyyaml.
[description]: Improve style, omit implementation details.
Change-Id: I6f68914cd912e6f4592e51c21b129847e73be847
| Sharlatan Hellseher |
2024-01-28 | gnu: Add python-cppheaderparser....* gnu/packages/python-xyz.scm (python-cppheaderparser): New variable.
Change-Id: I3c57c31a0b63212e43e1ab387b5d329c04ed0e31
| Sharlatan Hellseher |
2024-01-28 | gnu: python-trimesh: Enable tests....* gnu/packages/python-science.scm (python-trimesh): Enable tests and
apply new package style.
[source]: Use git checkout which has working test suit.
[arguments] <#:test-flags>: Disable tests requiring optional Python
modules.
[propagated-inputs]: Add python-chardet, python-colorlog python-httpx
python-jsonschema python-lxml python-networkx python-pillow
python-requests python-rtree python-scipy python-setuptools
python-shapely python-sympy and python-xxhash.
Change-Id: I1aa363053c2d736bc44b8f9071c637256cc2d952
| Sharlatan Hellseher |
2024-01-28 | gnu: python-trimesh: Update to 4.0.10....* gnu/packages/python-science.scm (python-trimesh): Update to 4.0.10.
[build-system]: Swap to pyproject-build-system.
Change-Id: I757b4c27db9969d42021434883a057debbbc83fd
| Sharlatan Hellseher |
2024-01-28 | gnu: openorienteering-mapper: Remove input labels....* gnu/packages/geo.scm (openorienteering-mapper) [inputs]: Remove input
labels.
[native-inputs]: As above.
Change-Id: Ice3218e5fc6fa07879f61467cc14a4bd2fb950f6
| Sharlatan Hellseher |
2024-01-28 | gnu: python-haversine: Simplify package....* gnu/packages/geo.scm (python-haversine): Simplify package.
[build-system]: Swap to pyproject-build-system.
Change-Id: Icf2e43a25b9bda37df1ee57416884939aca7a9c5
| Sharlatan Hellseher |
2024-01-28 | gnu: python-pyshp: Simplify package....* gnu/packages/geo.scm (python-pyshp): Simplify package.
[build-system]: Swap to pyproject-build-system.
Change-Id: I4a7429396e5a1b77cfbde1ce294f9f975153d1ef
| Sharlatan Hellseher |
2024-01-28 | gnu: Add python-ogr2osm....* gnu/packages/geo.scm (python-ogr2osm): New variable.
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Id083d89dd05a9e1cdeca500daff5fab872fa15b4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| Patrick Noll |
2024-01-28 | gnu: python-osmnx: Reformat with guix style....* gnu/packages/geo.scm (python-osmnx): Reformat with guix style.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| Troy Figiel |
2024-01-28 | gnu: python-osmnx: Update to 1.8.1....* gnu/packages/geo.scm (python-osmnx): Update to 1.8.1.
[arguments]<#:test-flags>: Add test_geocoder and test_features to ignored
tests. Remove test_geocode_to_df and test_geometries from ignored tests.
[propagated-inputs]: Remove python-pyproj and python-rtree.
[native-inputs]: Add python-hatchling, remove python-numpy.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| Troy Figiel |
2024-01-28 | gnu: fish: Update to 3.7.0....* gnu/packages/shells.scm (fish): Update to 3.7.0.
Change-Id: I10f6dedaed31f31735ebd90cbcb29621f43de14a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Rostislav Svoboda |
2024-01-28 | gnu: dynaconf: Update to 3.2.4....* gnu/packages/patches/dynaconf-unvendor-deps.patch: Update accordingly.
* gnu/packages/python-xyz.scm (dynaconf): Update to 3.2.4;
[source]<url>; https://github.com/rochacbruno/dynaconf now permanently
redirects to https://github.com/dynaconf/dynaconf ;
<snippet>: update unvendoring and lower coverage quality gate
for unit tests;
[build-system]: switch to pyproject-build-system;
[arguments]<test-flags>: disable tests that require Click 7 instead of
Click 8;
<phases>: comply with #:test-flags argument from pyproject-build-system;
[propagated-inputs]: add python-tomli.
Change-Id: I96597ec39d7aa2d3c3c169147640de19eaefe0b4
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Giacomo Leidi |
2024-01-28 | services: shepherd: Add respawn-limit and respawn-delay....* gnu/services/shepherd.scm (<shepherd-service>): Add respawn-limit and
respawn-delay.
(shepherd-service-file): Emit the two values into the shepherd service
constructor form.
Change-Id: I54408e8fb4bcc0956d9610771bf5c566fdc2914c
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Attila Lendvai |
2024-01-28 | doc: Add index entries for “dot files” and “Stow”....* doc/guix.texi (Essential Home Services): Add index entries.
Change-Id: I0c3a5f5d94fe273c137eb3ca5fa6c5c91a34599b
| Ludovic Courtès |
2024-01-28 | home: Add home-dotfiles-service....* gnu/home/service/dotfiles.scm: New file;
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* po/guix/POTFILES.in: Add it.
* doc/guix.texi (Essential Home Services): Document it.
Change-Id: I6769169cfacefc3842faa5b31bee081c56c28743
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Giacomo Leidi |
2024-01-28 | home: services: Add missing import....* gnu/home/services.scm: Import (srfi srfi-34) for ‘raise’.
Change-Id: Ib0e8d134f3953c78a09b623f697e7e5b251d5611
| Ludovic Courtès |
2024-01-28 | gnu: renpy: Fix hashes....* gnu/packages/game-development.scm (python-pygame-sdl2, python-renpy):
Redownload sources from upstream and use the provided hashes.
Fixes: Broken hashes for Ren'py <https://bugs.gnu.org/68644#20>
| Liliana Marie Prikler |
2024-01-28 | gnu: Add cl-charje.documentation....* gnu/packages/lisp-xyz.scm (sbcl-charje.documentation,
cl-charje.documentation, ecl-charje.documentation): New variables.
Change-Id: I635af17de831ccacfb7caa2cfcf84e9da694a3ba
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Charles |
2024-01-28 | gnu: Add cl-qvm....* gnu/packages/quantum.scm (cl-qvm, sbcl-qvm): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: I1958fedab600df490f99961648cca49367ea29a6
| Michal Atlas |
2024-01-28 | gnu: Add cl-quil....* gnu/packages/quantum.scm (cl-quil, sbcl-cl-quil): New variables.
Change-Id: I7777f569cbb28737d25dd1e990a8e8aeb2c251b7
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Michal Atlas |
2024-01-28 | gnu: Add cl-rpcq....* gnu/packages/quantum.scm: New file.
(cl-rpcq, sbcl-rpcq): New variables.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register "quantum.scm".
Change-Id: Ic893ad22ffb7a3bf9aa5e841fcf4c14bf3a23b2f
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
| Michal Atlas |
2024-01-28 | gnu: Add cl-magicl....* gnu/packages/lisp-xyz.scm (cl-magicl, sbcl-magicl): New variables.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: Ib243badfd37369f50e9c86b47ebc2872ff25cfd5
| Michal Atlas |
2024-01-28 | gnu: Add cl-permutation....* gnu/packages/lisp-xyz.scm (sbcl-cl-permutation, ecl-cl-permutation,
cl-permutation): New variables.
Change-Id: Ib5cf64fa1311e76bcf710d8f5f673226a3e410b6
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Michal Atlas |
2024-01-28 | gnu: Add cl-messagepack....* gnu/packages/lisp-xyz.scm (sbcl-cl-messagepack, ecl-cl-messagepack,
cl-messagepack): New variables.
Change-Id: I529d438dc5b3031542b3825697581726abbac58f
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Michal Atlas |
2024-01-28 | gnu: Add cl-priority-queue....* gnu/packages/lisp-xyz.scm (sbcl-priority-queue, ecl-priority-queue,
cl-priority-queue): New variables.
Change-Id: If0491c24ec009a51787dbd3abb62006ae28c7f92
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Michal Atlas |
2024-01-28 | gnu: Add cl-grnm....* gnu/packages/lisp-xyz.scm (sbcl-cl-grnm, ecl-cl-grnm, cl-grnm): New
variables.
Change-Id: I6cba8f53c8fff2323b65224a7f4107e932fde2fb
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Michal Atlas |
2024-01-28 | gnu: Add cl-metering....* gnu/packages/lisp-xyz.scm (sbcl-metering, ecl-metering, cl-metering): New
variables.
Change-Id: I7bc9ec158f7c3eb97ba0386ee8dffeeca2274b31
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Michal Atlas |
2024-01-28 | gnu: Add cl-alexa....* gnu/packages/lisp-xyz.scm (sbcl-alexa, ecl-alexa, cl-alexa): New variables.
Change-Id: I3d440cee8e92fe3818a41ab7c9a70bb7f9e0cd42
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Michal Atlas |
2024-01-28 | gnu: Add cl-syslog....* gnu/packages/lisp-xyz.scm (sbcl-cl-syslog, ecl-cl-syslog, cl-syslog): New
variables.
Change-Id: I152ce685bc65f412d8e7912e3520e264d9801da0
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Michal Atlas |
2024-01-28 | gnu: Add cl-interface....* gnu/packages/lisp-xyz.scm (sbcl-interface, ecl-interface, cl-interface): New
variables.
Change-Id: Ia68ca7728bdd9798b93b07ecc3363d04d7d4ecea
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Michal Atlas |
2024-01-28 | gnu: emacs-ebdb: Do not propagate emacs-org-roam....* gnu/packages/emacs-xyz.scm (emacs-ebdb): Move emacs-org-roam from
propagated-inputs to inputs. This is an optional dependency that would only
be used if the user is already using emacs-org-roam.
Change-Id: I012962a6f82c1242d59a152ab6030babec61ae45
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Morgan Smith |
2024-01-28 | gnu: Include the notmuch logo in emacs-notmuch....* gnu/packages/mail.scm (emacs-notmuch): Include notmuch-logo.svg
Change-Id: Iaae79717d11d7f91cdef3f7470c290489e2b397a
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| Tom Willemse |
2024-01-28 | gnu: python-renpy: Update to 8.2.0....* gnu/packages/game-development.scm (python-renpy): Update to 8.2.0.
| Liliana Marie Prikler |
2024-01-28 | gnu: python-pygame-sdl2: Update to 2.1.0+renpy8.2.0....* gnu/packages/game-development.scm (python-pygame-sdl2): Update to
2.1.0+renpy8.2.0.
| Liliana Marie Prikler |
2024-01-28 | gnu: capypdf: Update to 0.8.0....* gnu/packages/pdf.scm (capypdf): Update to 0.8.0.
| Liliana Marie Prikler |
2024-01-28 | gnu: immer: Update to 0.8.1....* gnu/packages/cpp.scm (immer): Update to 0.8.1.
[source]: Drop modules and snippet.
[arguments]: Add #:configure-flags to disable -Werror.
| Liliana Marie Prikler |
2024-01-28 | gnu: dmd: Limit supported systems....* gnu/packages/dlang.scm (dmd)[supported-systems]: New field.
Change-Id: Iba50d2f832a42876fc4e4418593c3c2feacdb3f8
| Efraim Flashner |
2024-01-27 | gnu: linux-libre 4.19: Update to 4.19.306....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.306.
(linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I8605a7544c18686d4113f365bbb43c8b5fe7ce7c
| Wilko Meyer |
2024-01-27 | gnu: linux-libre 5.4: Update to 5.4.268....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.268.
(linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I4c7348427a5f2219c85d7c596bff55e944004520
| Wilko Meyer |
2024-01-27 | gnu: linux-libre 5.10: Update to 5.10.209....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.209.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Ic5f80481d3eb0d4cada0c4ead247db07351a0908
| Wilko Meyer |
2024-01-27 | gnu: linux-libre 5.15: Update to 5.15.148....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.148.
(linux-libre-5.15-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Ia8621c8499b9c4f96ca052c4995be1cd52a4ca9a
| Wilko Meyer |
2024-01-27 | gnu: linux-libre 6.1: Update to 6.1.75....* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.75.
(linux-libre-6.1-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: If0d734998b173862aac5273957abb2b7d5d26129
| Wilko Meyer |
2024-01-27 | gnu: linux-libre 6.6: Update to 6.6.14....* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.14.
(linux-libre-6.6-pristine-source): Update hash.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: Ie0ec358b7a7d2511db3a1b8f7df175947fc5091a
| Wilko Meyer |
2024-01-27 | gnu: linux-libre 6.7: Update to 6.7.2....* gnu/packages/linux.scm (linux-libre-6.7-version): Update to 6.7.2.
(linux-libre-6.7-pristine-source, deblob-scripts-6.7): Update hashes.
Signed-off-by: Leo Famulari <leo@famulari.name>
Change-Id: I29c38851a87c8b3ab7f641c5bbca7e99ee96ff13
| Wilko Meyer |
2024-01-27 | gnu: qtwebengine: Update to 6.5.3....* gnu/packages/qt.scm (qtwebengine): Update to 6.5.3.
Change-Id: I0a617a548e1b3b6f1250c507959857ff2086f167
| Efraim Flashner |
2024-01-27 | gnu: texlive-bibexport: Fix Bash shebang....<https://issues.guix.gnu.org/68717>
* gnu/packages/tex.scm (texlive-bibexport)[arguments]<#:phases>: Fix Bash
shebang in generated script.
Change-Id: Idc6192495994654e6d0b0b2ca2b15e62de1ee9ae
| Nicolas Goaziou |
2024-01-26 | gnu: mumi: Update to 0.0.6....* gnu/packages/mail.scm (mumi): Update to 0.0.6.
Change-Id: Ie98c2f72d916318aa1f43384a3286ae80ae3655a
| Maxim Cournoyer |
2024-01-27 | doc: Fix typo....Follow-up to 3872ecf274ca53a5c195f6b51081474876897565.
* doc/guix.texi (Complex Configurations): Use correct variable name.
| Florian Pelz |
2024-01-26 | gnu: Add python-sphinx-issues....* gnu/packages/sphinx.scm (python-sphinx-issues): New variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| Troy Figiel |