aboutsummaryrefslogtreecommitdiff
path: root/doc/images
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2019-07-12 23:33:47 +0200
committerLudovic Courtès <ludo@gnu.org>2019-07-15 12:48:49 +0200
commitc31302fda717e08ba82f7ba6092a4a2975af8484 (patch)
tree13c393027c8efd76f609eaabc371a4d1cf86ebf8 /doc/images
parente591541d36215eda3aa2d877578e00939001fb85 (diff)
downloadguix-c31302fda717e08ba82f7ba6092a4a2975af8484.tar.gz
guix-c31302fda717e08ba82f7ba6092a4a2975af8484.zip
gnu: python-aiorpcx: Update to 0.18.3
* gnu/packages/python-web.scm (python-aiorpcx): Update to 0.18.3 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc/images')
0 files changed, 0 insertions, 0 deletions
guix/commit/gnu/packages/python.scm?id=9769867272b6120de5ff846e48211a51838aaa96'>gnu: micropython: Use G-expressions....* gnu/packages/python.scm (micropython)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice 2022-05-29gnu: micropython: Remove input labels....* gnu/packages/python.scm (micropython)[native-inputs]: Remove input labels. Tobias Geerinckx-Rice 2022-05-29gnu: micropython: Update to 1.18....* gnu/packages/python.scm (micropython): Update to 1.18. [source, arguments]: Don't explicitly return #t from snippet or phases. Tobias Geerinckx-Rice 2022-05-31gnu: Remove python2-called-python....* gnu/packages/python.scm (python2-called-python): Delete variable. Maxim Cournoyer 2022-05-31gnu: pypy3: Rename to pypy and modernize definition....* gnu/packages/python.scm (pypy3): Deprecate in favor of... (pypy): ... this renamed package. [native-inputs, inputs]: Move after arguments, use new style and sort. [native-inputs]: Remove python2-hypothesis. [phases]: Adjust to use gexps, with search-input-file and this-package-input. Maxim Cournoyer