aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/w3m.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-06-05 02:00:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-06-05 02:00:00 +0200
commit623f623209681317657396a1372728f93f70237f (patch)
tree536c2cba4c81fb7fd49598e22283b3d92416eb3b /gnu/packages/w3m.scm
parent888e2878a7315a05d9ea47ce175a91170d06125b (diff)
downloadguix-623f623209681317657396a1372728f93f70237f.tar.gz
guix-623f623209681317657396a1372728f93f70237f.zip
gnu: python-pkginfo: Update to 1.8.3.
* gnu/packages/python-xyz.scm (python-pkginfo): Update to 1.8.3. [arguments]: Remove 'patch-tests phase.
Diffstat (limited to 'gnu/packages/w3m.scm')
0 files changed, 0 insertions, 0 deletions
tès 2017-11-08gnu: Improve error reporting of the use-.*modules macros....Suggested by Julien Lepiller and myglc2 at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00106.html>. * gnu.scm (%try-use-modules): New procedure. (package-module-hint, service-module-hint): New procedures. (try-use-modules): New macro. (use-package-modules, use-service-modules, use-system-modules): Use it. * tests/guix-system.sh: Test it. Ludovic Courtès