aboutsummaryrefslogtreecommitdiff
path: root/gnu/compression.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-10-07 08:16:54 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-10-30 19:32:15 +0000
commit7eea67cee58e5412d6f31090c1ab75c7897f29aa (patch)
treea5b66ed1e23aa98777f74530db410d46d62322a9 /gnu/compression.scm
parent06648cd12ed3275e3d3ed19973712622a9add55d (diff)
downloadguix-7eea67cee58e5412d6f31090c1ab75c7897f29aa.tar.gz
guix-7eea67cee58e5412d6f31090c1ab75c7897f29aa.zip
gnu: python-astropy: Update to 6.1.4.
* gnu/packages/astronomy.scm (python-astropy): Update to 6.1.4. Change-Id: I255426bf289d3e39dd2a39c40787b90e97452906
Diffstat (limited to 'gnu/compression.scm')
0 files changed, 0 insertions, 0 deletions
wget.scm?id=234999497d1ab0ec0efa945e33378e3ca4ebf92e'>gnu: wgetpaste: Remove dead paste site....* gnu/packages/wget.scm (wgetpaste)[arguments]: Add custom phase to remove newly defunct paste site. Efraim Flashner 2019-05-05gnu: wgetpaste: Make all dependencies explicit....* gnu/packages/wget.scm (wgetpaste)[arguments]: Replace limited ‘use-inputs’ phase with a ‘wrap-program’ one. Tobias Geerinckx-Rice 2019-05-05gnu: wgetpaste: Return #t from all phases....* gnu/packages/wget.scm (wgetpaste)[arguments]: Return #t from ‘install’ phase. Tobias Geerinckx-Rice 2019-04-26gnu: wgetpaste: Add and use wget input....This package has but one purpose; late binding's overkill. * gnu/packages/wget.scm (wgetpaste)[arguments]: Add ‘use-inputs’ phase. [inputs]: Add wget. Tobias Geerinckx-Rice 2019-03-05gnu: wget2: Update to 1.99.1....This fixes https://issues.guix.info/issue/34718. * gnu/packages/wget.scm (wget2): Update to 1.99.1. [arguments]: Add phase to skip network tests. Update custom 'bootstrap phase to not require unnecessary binaries. [inputs]: Remove doxygen, python. Move autoconf, automake, flex, gettext-minimal, libtool ... [native-inputs]: ... to here. Add python-2. Efraim Flashner 2018-12-28gnu: wget: Enable previously failing test....* gnu/packages/wget.scm (wget)[arguments]: Remove custom phase skipping SSL tests. Efraim Flashner 2018-12-28gnu: wget: Update to 1.20.1....* gnu/packages/wget.scm (wget): Update to 1.20.1. Efraim Flashner 2018-12-17gnu: wget: Update to 1.20....* gnu/packages/wget.scm (wget): Update to 1.20. Rutger Helling