Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-butler): Update to 0.2.6.
|
|
* gnu/packages/emacs-xyz.scm (emacs-pubmed): Update to 0.5.2.
|
|
* gnu/packages/python-xyz.scm (python-pymodbus): New variable.
|
|
* gnu/packages/python-xyz.scm (python-pyserial-asyncio): New variable.
|
|
* gnu/packages/check.scm (python-pytest-random-order): New variable.
|
|
I previously thought this unnecessary, but attempting to build the package
suggests otherwise.
* gnu/packages/python-xyz.scm (python-proto-matcher)[tests?]: Set to #f.
|
|
* gnu/packages/ccache.scm (ccache): Update to 4.4.1.
[source]: Add patch.
[arguments]: Remove explicit #t return values from phases.
* gnu/packages/patches/ccache-fix-basedir-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/audio.scm (faudio): Update to 21.09.
|
|
* gnu/packages/admin.scm (detox): Update to 1.4.5.
|
|
* etc/news.scm: Add German translation of Guix Home entry.
|
|
* gnu/packages/algebra.scm (giac): Update to 1.7.0-33.
|
|
* gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.0.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.3.
|
|
|
|
* etc/news.scm: Add entry.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
* doc/guix.texi: Add a note about Guix Home status.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
|
|
Reported by Andrew Patterson <andrewpatt7@gmail.com>.
* gnu/packages/java.scm (tla2tools)[version, source]: Use a commit (and
GIT-VERSION) instead of a tag.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-funds): Update to 1-2.39d4258.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
Previously, the ‘hackage-package?’ predicate was used which meant that
the updater would try to update non-Stackage packages, and lead to messages
like these:
$ guix refresh -t stackage
warning: failed to parse https://hackage.haskell.org/package/hurl/hurl.cabal
warning: failed to parse https://hackage.haskell.org/package/idris/idris.cabal
Since ‘hurl’ and ‘idris’ aren’t available on the current Stackage LTS release,
they should be filtered out before the Stackage updater even tries to update
them.
* stackage.scm (stackage-package?): New procedure.
(%stackage-updater): Use it.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
|
|
* gnu/packages/python-xyz.scm (python-graphql-relay): Update to 3.1.0.
[propagated-inputs]: Remove python-promise and python-six.
|
|
* gnu/packages/check.scm (python-pytest-assume): New variable.
|
|
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.285.
(linux-libre-4.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.284.
(linux-libre-4.9-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.248.
(linux-libre-4.14-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.208.
(linux-libre-4.19-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.149.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.69.
(linux-libre-5.10-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.8.
(linux-libre-5.14-pristine-source): Update hash.
|
|
* gnu/packages/python-xyz.scm (python-proto-matcher): New variable.
|
|
* gnu/packages/check.scm (python-pyhamcrest): Update to 2.0.2.
[origin]: Use latest tagged release. Reword comment.
[native-inputs]: Remove all but the python-pytest input.
[propagated-inputs]: Delete field.
[phases]{check}: Augment PYTHONPATH via the add-installed-pythonpath
procedure.
|
|
* gnu/packages/check.scm (python2-pyhamcrest): Delete variable.
|
|
* gnu/packages/python-xyz.scm (python2-twisted): Delete variable.
|
|
* gnu/packages/python-xyz.scm (python2-swagger-spec-validator): Delete
variable.
|
|
* gnu/packages/python-xyz.scm (python2-jsonschema): Delete variable.
(python-jsonschema)[properties]: Delete field.
|
|
* gnu/packages/monitoring.scm (python2-whisper): Delete variable.
|
|
* gnu/packages/python-xyz.scm (python2-txamqp): Delete variable.
|
|
* gnu/packages/monitoring.scm (python2-carbon): Rename to...
(python-carbon): ... this. Update to 1.1.8.
[arguments]{python}: Remove argument.
[propagated-inputs]{python2-configparser}: Remove input.
{python-urllib3, python-cachetools}: Add inputs.
{python2-whisper, python2-txamqp}: Upgrade to their Python 3 variants.
|
|
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-10.d214908.
|
|
* gnu/packages/python-xyz.scm (python-tftpy): New variable.
|
|
* gnu/packages/patool.scm: New module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
|
|
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.2.5.
|
|
* gnu/packages/fonts.scm (font-borg-sans-mono): Update to 0.3.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/python-check.scm (python-mypy): Update to 0.910.
[arguments]: Make --without-tests work with custom check phase.
[propagated-inputs]: Add python-toml to fix missing import in mypyc.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/photo.scm (darktable): Update to 3.6.1.
[arguments]<#:phases>: Don't return #t. Remove 'opencl-inline phase because
the issue was fixed by upstream in this version.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/photo.scm (darktable)[supported-systems]: Add powerpc64le-linux.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/terminals.scm (fzf)[arguments]: Add keyword to not
install sourcecode.
|
|
* gnu/packages/terminals.scm (fzf)[arguments]: Install fish shell
completions.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/ocaml.scm (ocaml-re): Update to 1.10.3.
[arguments]<#:tests?>: Enable tests.
<#:test-target>: Set to ".".
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/xfce.scm (libxfce4ui): Update to 4.16.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|