summaryrefslogtreecommitdiff
path: root/gnu/packages/moreutils.scm
AgeCommit message (Collapse)Author
2018-01-02gnu: moreutils: Update to 0.62.Tobias Geerinckx-Rice
* gnu/packages/moreutils.scm (moreutils): Update to 0.62.
2017-08-12gnu: moreutils: Add more inputs to moreutils.Christopher Baines
The included ts command requires the Time::Duration and Date::Parse perl modules for the -r option. * gnu/packages/moreutils.scm (moreutils)[inputs]: Add perl-timedate and perl-time-duration. [arguments]: Wrap ts with PERL5LIB.
2017-08-08gnu: moreutils: Update to 0.61.Tobias Geerinckx-Rice
* gnu/packages/moreutils.scm (moreutils): Update to 0.61.
2017-04-20gnu: moreutils: Update to 0.60.Efraim Flashner
* gnu/packages/moreutils.scm (moreutils): Update to 0.60.
2016-12-24gnu: moreutils: Update to 5.9.Tobias Geerinckx-Rice
* gnu/packages/moreutils.scm (moreutils): Update to 5.9. [source]: Update the fall-back Debian snapshot URL. [inputs]: Move docbook-xml, docbook-xsl, libxml2, and libxslt from here... [native-inputs]: ...to this new variable. [arguments]: Delete the configure phase altogether. Set the DOCBOOKXSL path in #:make-flags instead. [home-page]: Use HTTPS.
2016-08-19gnu: moreutils: Add download location.Efraim Flashner
* gnu/packages/moreutils.scm (moreutils)[source]: Add Debian snapshot alternative uri for downloading.
2016-05-27gnu: moreutils: Use 'modify-phases'.Efraim Flashner
* gnu/packages/moreutils.scm (moreutils)[arguments]: Use 'modify-phases'.
2016-05-27gnu: moreutils: Update to 0.58.Efraim Flashner
* gnu/packages/moreutils.scm (moreutils): Update to 0.58.
2015-12-25gnu: moreutils: Update to 0.57.Leo Famulari
* gnu/packages/moreutils.scm (moreutils): Update to 0.57.
2015-02-14gnu: Add moreutils.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/moreutils.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.