summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-09-27gnu: Add python-pytest-random-order.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-random-order): New variable.
2021-09-27gnu: python-proto-match: Explicitly disable tests to fix build.Maxim Cournoyer
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.
2021-09-28gnu: ccache: Update to 4.4.1.Tobias Geerinckx-Rice
* 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.
2021-09-28gnu: faudio: Update to 21.09.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (faudio): Update to 21.09.
2021-09-28gnu: detox: Update to 1.4.5.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (detox): Update to 1.4.5.
2021-09-27news: Add 'de' translation.Florian Pelz
* etc/news.scm: Add German translation of Guix Home entry.
2021-09-27gnu: giac: Update to 1.7.0-33.Nicolas Goaziou
* gnu/packages/algebra.scm (giac): Update to 1.7.0-33.
2021-09-27gnu: emacs-parseedn: Update to 1.0.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-parseedn): Update to 1.0.0.
2021-09-27gnu: emacs-parseclj: Update to 1.0.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-parseclj): Update to 1.0.0.
2021-09-27gnu: emacs-solaire-mode: Update to 2.0.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.3.
2021-09-27Merge branch 'wip-guix-home'Oleg Pykhalov
2021-09-27news: Add entry about Guix Home.Andrew Tropin
* etc/news.scm: Add entry. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2021-09-27doc: Add a note about Guix Home status.Andrew Tropin
* doc/guix.texi: Add a note about Guix Home status. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2021-09-27gnu: tla2tools: Build from a known commit.Tobias Geerinckx-Rice
Reported by Andrew Patterson <andrewpatt7@gmail.com>. * gnu/packages/java.scm (tla2tools)[version, source]: Use a commit (and GIT-VERSION) instead of a tag.
2021-09-27gnu: cl-funds: Update to 1-2.39d4258.Charles via Guix-patches via
* gnu/packages/lisp-xyz.scm (sbcl-funds): Update to 1-2.39d4258. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-09-27import: stackage: Don’t try to update packages not available on Stackage.Xinglu Chen
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>
2021-09-27gnu: python-graphql-relay: Update to 3.1.0.Efraim Flashner
* gnu/packages/python-xyz.scm (python-graphql-relay): Update to 3.1.0. [propagated-inputs]: Remove python-promise and python-six.
2021-09-26gnu: Add python-pytest-assume.Maxim Cournoyer
* gnu/packages/check.scm (python-pytest-assume): New variable.
2021-09-26gnu: linux-libre 4.4: Update to 4.4.285.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.285. (linux-libre-4.4-pristine-source): Update hash.
2021-09-26gnu: linux-libre 4.9: Update to 4.9.284.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.284. (linux-libre-4.9-pristine-source): Update hash.
2021-09-26gnu: linux-libre 4.14: Update to 4.14.248.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.248. (linux-libre-4.14-pristine-source): Update hash.
2021-09-26gnu: linux-libre 4.19: Update to 4.19.208.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.208. (linux-libre-4.19-pristine-source): Update hash.
2021-09-26gnu: linux-libre 5.4: Update to 5.4.149.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.149. (linux-libre-5.4-pristine-source): Update hash.
2021-09-26gnu: linux-libre 5.10: Update to 5.10.69.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.69. (linux-libre-5.10-pristine-source): Update hash.
2021-09-26gnu: linux-libre: Update to 5.14.8.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.8. (linux-libre-5.14-pristine-source): Update hash.
2021-09-26gnu: Add python-proto-matcher.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-proto-matcher): New variable.
2021-09-26gnu: python-pyhamcrest: Update to 2.0.2.Maxim Cournoyer
* 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.
2021-09-26gnu: python2-pyhamcrest: Remove package.Maxim Cournoyer
* gnu/packages/check.scm (python2-pyhamcrest): Delete variable.
2021-09-26gnu: python2-twisted: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-twisted): Delete variable.
2021-09-26gnu: python2-swagger-spec-validator: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-swagger-spec-validator): Delete variable.
2021-09-26gnu: python2-jsonschema: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-jsonschema): Delete variable. (python-jsonschema)[properties]: Delete field.
2021-09-26gnu: python2-whisper: Remove package.Maxim Cournoyer
* gnu/packages/monitoring.scm (python2-whisper): Delete variable.
2021-09-26gnu: python2-txamqp: Remove package.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python2-txamqp): Delete variable.
2021-09-26gnu: python-carbon: Update to 1.1.8 and rename from python2-carbon.Maxim Cournoyer
* 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.
2021-09-27gnu: bcachefs-tools: Update to 0.1-10.d214908.Tobias Geerinckx-Rice
* gnu/packages/file-systems.scm (bcachefs-tools): Update to 0.1-10.d214908.
2021-09-26gnu: Add python-tftpy.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-tftpy): New variable.
2021-09-26gnu: Add patool.Maxim Cournoyer
* gnu/packages/patool.scm: New module. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
2021-09-26gnu: emacs-crdt: Update to 0.2.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.2.5.
2021-09-26gnu: font-borg-sans-mono: Update to 0.3.2.Charles
* gnu/packages/fonts.scm (font-borg-sans-mono): Update to 0.3.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-26gnu: Update python-mypy to 0.910.raingloom
* 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>
2021-09-26gnu: darktable: Update to 3.6.1.Vinicius Monego
* 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>
2021-09-26gnu: darktable: Add powerpc64le-linux to supported systems.Vinicius Monego
* gnu/packages/photo.scm (darktable)[supported-systems]: Add powerpc64le-linux. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-26gnu: fzf: Don't install source.Efraim Flashner
* gnu/packages/terminals.scm (fzf)[arguments]: Add keyword to not install sourcecode.
2021-09-26gnu: fzf: Add fish shell functions.Solene Rapenne
* gnu/packages/terminals.scm (fzf)[arguments]: Install fish shell completions. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-26gnu: ocaml-re: Update to 1.10.3.Xinglu Chen
* 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>
2021-09-26gnu: libxfce4ui: Update to 4.16.1.Michael Rohleder
* gnu/packages/xfce.scm (libxfce4ui): Update to 4.16.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-26gnu: thunar: Update to 4.16.10.Michael Rohleder
* gnu/packages/xfce.scm (thunar): Update to 4.16.10. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-26gnu: xfce4-whiskermenu-plugin: Update to 2.6.0.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.6.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-26gnu: lesspipe: Update to 1.89.Michael Rohleder
* gnu/packages/less.scm (lesspipe): Update to 1.89. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-26gnu: ocaml-astring: Update to 0.8.5.Xinglu Chen
* gnu/packages/ocaml.scm (ocaml-astring): Update to 0.8.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>