summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: toot: Add missing input.Efraim Flashner2019-12-03
| | | | * gnu/packages/mastodon.scm (toot)[propagated-inputs]: Add python-urwid.
* gnu: emacs-diff-hl: Update to 1.8.7.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-diff-hl): Update to 1.8.7.
* gnu: xlockmore: Update to 5.59.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/xdisorg.scm (xlockmore): Update to 5.59.
* gnu: exo: Update to 0.12.10.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/xfce.scm (exo): Update to 0.12.10.
* gnu: sysstat: Update to 12.2.0.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/linux.scm (sysstat): Update to 12.2.0.
* gnu: mtr: Use @acronym{}.Tobias Geerinckx-Rice2019-12-03
| | | | | * gnu/packages/networking.scm (mtr)[description]: Substitute @acronym for @dfn.
* gnu: mtr: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/networking.scm (mtr)[source]: Hard-code NAME.
* gnu: mtr: Update to 0.93.Tobias Geerinckx-Rice2019-12-03
| | | | | * gnu/packages/networking.scm (mtr): Update to 0.93. [native-inputs]: Remove now-unnecessary autoconf.
* gnu: microcom: Use HTTPS home page.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/microcom.scm (microcom)[home-page]: Use HTTPS.
* gnu: microcom: Update to 2017.03.0.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/microcom.scm (microcom): Update to 2017.03.0.
* gnu: microcom: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/microcom.scm (microcom)[source]: Use GIT-FILE-NAME.
* gnu: less: Update to 551.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/less.scm (less): Update to 551.
* gnu: less: Add upstream source URI.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/less.scm (less)[source]: Add the author's site.
* gnu: nsd: Update to 4.2.3.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/dns.scm (nsd): Update to 4.2.3.
* gnu: pugixml: Update to 1.10.Tobias Geerinckx-Rice2019-12-03
| | | | | | | * gnu/packages/xml.scm (pugixml): Update to 1.10. [source]: Remove obsolete patch. * gnu/packages/patches/pugixml-versioned-libdir.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: eid-mw: Update to 4.4.23.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/security-token.scm (eid-mw): Update to 4.4.23.
* gnu: console-setup: Update to 1.194.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/xorg.scm (console-setup): Update to 1.194.
* gnu: xclock: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/xorg.scm (xclock)[source]: Hard-code NAME.
* gnu: xclock: Update to 1.0.9.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/xorg.scm (xclock): Update to 1.0.9.
* gnu: soundtouch: Use HTTPS home page.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/audio.scm (soundtouch)[home-page]: Use HTTPS.
* gnu: snd: Update to 19.9.Tobias Geerinckx-Rice2019-12-03
| | | | * gnu/packages/audio.scm (snd): Update to 19.9.
* gnu: Remove python2-socksipychain.Alex Griffin2019-12-02
| | | | * gnu/packages/python-xyz.scm (python2-socksipychain): Remove variable.
* gnu: pagekite: Update to 1.5.0.191126.Alex Griffin2019-12-02
| | | | | | | * gnu/packages/networking.scm (pagekite): Update to 1.5.0.191126. [source]: Fetch from GitHub. [arguments]: Build with Python 3. [inputs]: Add python-six.
* gnu: python-socksipychain: Update to 2.1.0.Alex Griffin2019-12-02
| | | | * gnu/packages/python-xyz.scm (python-socksipychain): Update to 2.1.0.
* gnu: python-scipy: Move to (gnu packages python-science).Ricardo Wurmus2019-12-02
| | | | | | | | * gnu/packages/python-xyz.scm (python-scipy, python2-scipy): Move these from here... * gnu/packages/python-science.scm (python-scipy, python2-scipy): ...to here. * gnu/packages/bioinformatics.scm, gnu/packages/machine-learning.scm, gnu/packages/statistics.scm: Adjust module imports.
* gnu: python-scikit-image: Move to (gnu packages python-science).Ricardo Wurmus2019-12-02
| | | | | | | * gnu/packages/python-xyz.scm (python-scikit-image, python2-scikit-image): Move these two from here... * gnu/packages/python-science.scm: ...to this new file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu: python-pillow: Update to 6.2.1.Efraim Flashner2019-12-02
| | | | * gnu/packages/python-xyz.scm (python-pillow): Update to 6.2.1.
* gnu: python-pillow: Sort inputs alphabetically.Efraim Flashner2019-12-02
| | | | | * gnu/packages/python-xyz.scm (python-pillow)[inputs]: Sort alphabetically.
* gnu: python-pillow: Make check phase conditional.Efraim Flashner2019-12-02
| | | | | * gnu/packages/python-xyz.scm (python-pillow)[arguments]: Wrap custom 'check phase in check for 'tests?'.
* gnu: python-pillow: Replace check phase.Efraim Flashner2019-12-02
| | | | | * gnu/packages/python-xyz.scm (python-pillow)[arguments]: Since 'check always come after 'install, replace 'check phase rather than recreate it.
* gnu: Add emacs-telega.Brett Gilio2019-12-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-telega): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: android-libselinux: Avoid top-level references to 'libsellinux'.Ludovic Courtès2019-12-02
| | | | | * gnu/packages/android.scm (android-libselinux)[synopsis] [description, license]: Remove references to 'libsellinux'.
* gnu: 0ad-data: Avoid top-level references to 'font-bitstream-vera'.Ludovic Courtès2019-12-02
| | | | | * gnu/packages/games.scm (0ad-data)[license]: Avoid references to 'font-bitstream-vera'.
* gnu: stress-make: Avoid top-level reference to 'gnu-make'.Ludovic Courtès2019-12-02
| | | | | * gnu/packages/debug.scm (stress-make)[license]: Hard-code GPL3+ instead of referring to 'gnu-make'.
* gnu: gajim: Avoid top-level reference to 'python'.Ludovic Courtès2019-12-02
| | | | | | | | This fixes a circular dependency due to this top-level reference to 'python' as discussed in <https://bugs.gnu.org/38326>. * gnu/packages/messaging.scm (gajim)[native-search-paths]: Remove reference to 'python'. Hard-code the Python version instead.
* gnu: Add q5go.Guillaume Le Vaillant2019-12-02
| | | | | | * gnu/packages/games.scm (q5go): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-org-present.Brett Gilio2019-12-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-present): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-doom-modeline.Brett Gilio2019-12-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-doom-modeline): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-shrink-path.Brett Gilio2019-12-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-shrink-path): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ccls: Update to 0.20190823.5.Brett Gilio2019-12-02
| | | | | | * gnu/packages/cpp.scm (ccls): Update to 0.20190823.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ipcalc.Daniel Schäfer2019-12-02
| | | | | | * gnu/packages/networking.scm (ipcalc): New variable. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
* gnu: linux-libre@4.19: Update to 4.19.87.Mark H Weaver2019-12-01
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.87. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.157.Mark H Weaver2019-12-01
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.157. (linux-libre-4.14-pristine-source): Update hash.
* gnu: scummvm: Update to 2.1.0.Nicolas Goaziou2019-12-01
| | | | * gnu/packages/emulators.scm (scummvm): Update to 2.1.0.
* gnu: snap: Update to 5.3.8.Nicolas Goaziou2019-12-01
| | | | * gnu/packages/education.scm (snap): Update to 5.3.8.
* gnu: mame: Update to 0.216.Nicolas Goaziou2019-12-01
| | | | * gnu/packages/emulators.scm (mame): Update to 0.216.
* gnu: WireGuard: Update to 0.0.20191127.Leo Famulari2019-12-01
| | | | * gnu/packages/vpn.scm (wireguard): Update to 0.0.20191127.
* gnu: giac: Update to 1.5.0-75.Nicolas Goaziou2019-12-01
| | | | * gnu/packages/algebra.scm (giac): Update to 1.5.0-75.
* gnu: grammalecte: Update to 1.6.0.Nicolas Goaziou2019-12-01
| | | | * gnu/packages/dictionaries.scm (grammalecte): Update to 1.6.0.
* gnu: fet: Update to 5.41.0.Nicolas Goaziou2019-12-01
| | | | * gnu/packages/education.scm (fet): Update to 5.41.0.