summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2017-01-29gnu: Add catimg.ng0
* gnu/packages/image-viewers.scm (catimg): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-01-29gnu: Add dub.Danny Milosavljevic
* gnu/packages/ldc.scm (dub): New variable.
2017-01-29gnu: khal: Update to 0.9.1.Leo Famulari
* gnu/packages/calendar.scm (khal): Update to 0.9.1.
2017-01-29gnu: emacs-org: Update to 20170124.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-org): Update to 20170124. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-29gnu: wireshark: Update to 2.2.4.Nicolas Goaziou
* gnu/packages/networking.scm (wireshark): Update to 2.2.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-29gnu: asymptote: Update to 2.39Nicolas Goaziou
* gnu/packages/plotutils.scm (asymptote): Update to 2.39. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-28gnu: vim: Update to 8.0.0257.Tobias Geerinckx-Rice
* gnu/packages/vim.scm (vim): Update to 8.0.0257.
2017-01-28gnu: Add GNU Freetalk.Clément Lassieur
* gnu/packages/messaging.scm (freetalk): New variable. Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
2017-01-28gnu: exfat-utils: Update to 1.2.6.Tobias Geerinckx-Rice
* gnu/packages/mtools.scm (exfat-utils): Update to 1.2.6.
2017-01-28gnu: fuse-exfat: Update to 1.2.6.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (fuse-exfat): Update to 1.2.6.
2017-01-28Use 'mlambda' instead of 'memoize'.Ludovic Courtès
* gnu/packages.scm (find-newest-available-packages): Use 'mlambda' instead of (memoize (lambda ...) ...). * gnu/packages/bootstrap.scm (package-with-bootstrap-guile): Likewise. * guix/build-system/gnu.scm (package-with-explicit-inputs)[rewritten-input]: Likewise. * guix/build-system/python.scm (package-with-explicit-python)[transform]: Likewise. * guix/derivations.scm (derivation->string): Likewise. * guix/gnu-maintenance.scm (gnu-package?): Likewise. * guix/modules.scm (module-file-dependencies): Likewise. * guix/scripts/graph.scm (standard-package-set): Likewise. * guix/scripts/lint.scm (official-gnu-packages*): Likewise. * guix/store.scm (store-regexp*): Likewise. * guix/utils.scm (location): Likewise.
2017-01-28Add (guix memoization).Ludovic Courtès
* guix/combinators.scm (memoize): Remove. * guix/memoization.scm: New file. * Makefile.am (MODULES): Add it. * gnu/packages.scm, gnu/packages/bootstrap.scm, guix/build-system/gnu.scm, guix/build-system/python.scm, guix/derivations.scm, guix/gnu-maintenance.scm, guix/import/cran.scm, guix/import/elpa.scm, guix/modules.scm, guix/scripts/build.scm, guix/scripts/graph.scm, guix/scripts/lint.scm, guix/store.scm, guix/utils.scm: Adjust imports accordingly.
2017-01-28gnu: Add emacs-mu4e-alert.Mathieu Othacehe
* gnu/packages/emacs.scm (emacs-mu4e-alert): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2017-01-28gnu: Add emacs-alert.Mathieu Othacehe
* gnu/packages/emacs.scm (emacs-alert): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2017-01-28gnu: Add emacs-gntp.Mathieu Othacehe
* gnu/packages/emacs.scm (emacs-gntp): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2017-01-28gnu: Add emacs-log4e.Mathieu Othacehe
* gnu/packages/emacs.scm (emacs-log4e): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2017-01-28gnu: Add emacs-ht.Mathieu Othacehe
* gnu/packages/emacs.scm (emacs-ht): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2017-01-28gnu: tvtime: Update to 1.0.11.Alex Kost
* gnu/packages/tv.scm (tvtime): Update to 1.0.11.
2017-01-28gnu: manaplus: Update to 1.7.1.21.Alex Kost
* gnu/packages/games.scm (manaplus): Update to 1.7.1.21.
2017-01-28gnu: transmission-remote-cli: Superseded by tremc.Leo Famulari
* gnu/packages/bittorrent.scm (transmission-remote-cli)[properties]: New field.
2017-01-28gnu: Add tremc.Leo Famulari
* gnu/packages/bittorrent.scm (tremc): New variable.
2017-01-28gnu: ldc: Add missing patches.Leo Famulari
This is a followup to commit 2429dde57d8461cc8e51dbe6c9d47d795fe6fc9a. * gnu/packages/patches/ldc-1.1.0-disable-dmd-tests.patch, gnu/packages/patches/ldc-1.1.0-disable-phobos-tests.patch: New files.
2017-01-28gnu: assword: Wrap with the GObject typelib of GTK+.宋文武
Fixes <https://debbugs.gnu.org/25457>. * gnu/packages/password-utils.scm (assword)[inputs]: Add 'gtk+'. [arguments]: Add 'wrap-assword' phase.
2017-01-28gnu: python-xdo: Hardcode the path of 'libxdo.so'.宋文武
* gnu/packages/python.scm (python-xdo)[arguments]: Add 'patch-libxdo-path' phase.
2017-01-28gnu: python-xdo: Add 'python-six' to 'propagated-inputs'.宋文武
* gnu/packages/python.scm (python-xdo)[propagated-inputs]: New field.
2017-01-28gnu: gtksourceview-2: Adjust inputs.宋文武
Fixes <https://debbugs.gnu.org/25537>. * gnu/packages/gtk.scm (gtksourceview-2): Move 'shared-mime-info' and 'xorg-server' to 'native-inputs'. Move 'gtk+-2' to 'propagated-inputs'.
2017-01-28gnu: Add ldc@1.1.0-beta6.Muriithi Frederick Muriuki
* gnu/packages/ldc.scm (ldc-1.1.0-beta6, ldc-beta): New variables. * gnu/packages/patches/ldc-1.1.0-disable-dmd-tests.patch: New file. * gnu/packages/patches/ldc-1.1.0-disable-phobos-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-28gnu: emacs-emms: Add 'upstream-name' property.Ludovic Courtès
* gnu/packages/emacs.scm (emms)[properties]: New field.
2017-01-27gnu: offlineimap: Update to 7.0.13.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (offlineimap): Update to 7.0.13.
2017-01-27gnu: btrfs-progs: Update to 4.9.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (btrfs-progs): Update to 4.9.1.
2017-01-27gnu: extremetuxracer: Update to 0.7.4.Ricardo Wurmus
* gnu/packages/games.scm (extremetuxracer): Update to 0.7.4.
2017-01-26gnu: linux-libre: Update to 4.9.6.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.9.6.
2017-01-26gnu: linux-libre@4.4: Update to 4.4.45.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.45.
2017-01-27gnu: pius: Update to 2.2.3.Troy Sankey
* gnu/packages/gnupg.scm (pius): Update to 2.2.3. [source]: Switch back to using the tarball release. [arguments]: End 'set-gpg-file-name' phase on #t. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-27gnu: kakoune: Move reproducibility substitution to source snippet.Carlo Zancanaro
* gnu/packages/text-editors.scm (kakoune)[arguments]: Move substitution to ... [source]: ... here. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-26gnu: openssl-next: Update to 1.1.0d [fixes CVE-2017-{3730, 3731, 3732}].Leo Famulari
* gnu/packages/tls.scm (openssl-next): Update to 1.1.0d. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-26gnu: openssl: Replace with openssl-1.0.2k [security fixes].Leo Famulari
Fix CVE-2016-7055 and CVE-2017-{3731,3732}. * gnu/packages/tls.scm (openssl)[replacement]: New field. (openssl-1.0.2k): New variable. (openssl-next)[replacement]: New field. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-26gnu: text-editors.scm: Fix imports.Marius Bakke
This is a followup to 5613ea79fccc5a5befafea313cb81010c5f5a8dd. * gnu/packages/text-editors.scm: Import (gnu packages terminals).
2017-01-26gnu: Add kakoune.Carlo Zancanaro
* gnu/packages/text-editors.scm (kakoune): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-26gnu: python-pbr: Update to 1.10.0.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-pbr): Update to 1.10.0.
2017-01-26gnu: python-wheel: Update to 0.30.0a0.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-wheel): Update to 0.30.0a0.
2017-01-26gnu: awscli: Update to 1.11.43.Tobias Geerinckx-Rice
* gnu/packages/python.scm (awscli): Update to 1.11.43. [home-page]: Use HTTPS.
2017-01-26gnu: python-acme: Update to 0.10.2.Tobias Geerinckx-Rice
* gnu/packages/tls.scm (python-acme): Update to 0.10.2.
2017-01-26gnu: certbot: Update to 0.10.2.Tobias Geerinckx-Rice
* gnu/packages/tls.scm (certbot): Update to 0.10.2. [description]: Use present tense; expand acronyms.
2017-01-26gnu: python-certifi: Update to 2017.1.23.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-certifi): Update to 2017.1.23. [arguments]: Remove: run tests if they're ever added. [home-page]: Fix or update.
2017-01-26gnu: Add xcalc.John Darrington
* gnu/packages/xorg.scm (xcalc): New variable.
2017-01-26gnu: xf86-input-wacom: Update to 0.34.0.Marius Bakke
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.34.0.
2017-01-26gnu: dnscrypt-proxy: Update to 1.9.4.Marius Bakke
* gnu/packages/dns.scm (dnscrypt-proxy): Update to 1.9.4.
2017-01-26gnu: wine: Update to 2.0.Tobias Geerinckx-Rice
* gnu/packages/wine.scm (wine): Update to 2.0.
2017-01-26gnu: python-mistune: Fix source URI.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-mistune)[source]: Use pypi-uri.