summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-10-17gnu: ipfs-go-ipfs-cmdkit (DRAFT)Pierre Neidhardt
2018-10-15Add gx (WIP)Pierre Neidhardt
2018-10-15gnu: audacity: Update home page.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (audacity)[home-page]: Update.
2018-10-15gnu: hexchat: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (hexchat)[home-page]: Use HTTPS.
2018-10-15gnu: haveged: Teach the controversy.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (haveged)[description]: Suggest adding additional entropy sources.
2018-10-15gnu: x265: Update to 2.9.Tobias Geerinckx-Rice
* gnu/packages/video.scm (x265): Update to 2.9. [source]: Remove x265-fix-ppc64le-build.patch. * gnu/packages/patches/x265-fix-ppc64le-build.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2018-10-15gnu: opensm: Update to 3.3.21.Tobias Geerinckx-Rice
* gnu/packages/fabric-management.scm (opensm): Update to 3.3.21. [source]: Update tarball URI. [native-inputs]: Add autoconf, automake, and libtool. [arguments]: Rename 'doc' phase to 'install-doc'. Omit AUTHORS and ChangeLog files. They are more than a decade old.
2018-10-15gnu: restic: Update to 0.9.3.Tobias Geerinckx-Rice
* gnu/packages/backup.scm (restic): Update to 0.9.3. [arguments]: Disable 'restic self-update'.
2018-10-15gnu: perl-xml-feed: Update to 0.55.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (perl-xml-feed): Update to 0.55.
2018-10-14gnu: Add python-falcon-cors.Maxim Cournoyer
* gnu/packages/python-web.scm (python-falcon-cors): New variable.
2018-10-14gnu: Add python-falcon.Maxim Cournoyer
* gnu/packages/python-web.scm (python-falcon): New variable.
2018-10-14gnu: python-mimeparse: Update to 1.6.0.Maxim Cournoyer
* gnu/packages/python.scm (python-mimeparse): Update to 1.6.0. [phases]: Enable tests with a custom check phase.
2018-10-14gnu: linux-libre: Update to 4.18.14.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.14. (%linux-libre-hash): Update hash.
2018-10-14gnu: linux-libre@4.14: Update to 4.14.76.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.76. (%linux-libre-4.14-hash): Update hash.
2018-10-14gnu: linux-libre@4.9: Update to 4.9.133.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.133.
2018-10-14gnu: linux-libre@4.4: Update to 4.4.161.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.161.
2018-10-14gnu: icecat: Build with rust-1.24.Efraim Flashner
* gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Use the oldest compatable rust over newer releases when building icecat.
2018-10-14gnu: csound: Update to 6.11.0.Brett Gilio
* gnu/packages/audio.scm (csound): Update to 6.11.0. [home-page]: Change to "https://csound.com/". Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2018-10-12gnu: python-configargparse: Use pypi-uri.Leo Famulari
* gnu/packages/python.scm (python-configargparse, python2-configargparse)[source]: Use pypi-uri.
2018-10-12gnu: khal: Update to 0.9.10.Leo Famulari
* gnu/packages/calendar.scm (khal): Update to 0.9.10.
2018-10-12gnu: python-icalendar: Update to 4.0.2.Leo Famulari
* gnu/packages/python.scm (python-icalendar: Update to 4.0.2.
2018-10-12gnu: ImageMagick: Update to 6.9.10-12.Leo Famulari
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-12.
2018-10-12gnu: Wireshark: Update to 2.6.4 [fixes CVE-2018-{12086,18225,18226,18227}].Leo Famulari
* gnu/packages/networking.scm (wireshark): Update to 2.6.4.
2018-10-12gnu: Add libpd.宋文武
* gnu/packages/music.scm (libpd): New variable.
2018-10-12gnu: Remove duplicate ruby-yard package definition.Christopher Baines
* gnu/packages/ruby.scm (ruby-yard): Remove one of the two package definitions, and update the other to the latest release.
2018-10-12gnu: Remove duplicate ruby-concurrent package definition.Christopher Baines
* gnu/packages/ruby.scm (ruby-concurrent): Remove one of the two definitions for this variable.
2018-10-11gnu: u-boot: Update to 2018.09.Vagrant Cascadian
* gnu/packages/bootloaders.scm (u-boot): Update to 2018.09. (u-boot-tools)[arguments]: Substitute "coverage" for "python-coverage". Update workaround for only 99% test coverage. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-10-11gnu: godot: Update to 3.0.6.Brett Gilio
* gnu/packages/game-development.scm (godot): Update to 3.0.6.
2018-10-11gnu: Krita: Update to 4.1.5.Leo Famulari
* gnu/packages/kde.scm (krita): Update to 4.1.5.
2018-10-11gnu: guix-daemon: Run 'guix' from /var/guix/profiles/per-user/root.Ludovic Courtès
Fixes <https://bugs.gnu.org/32183>. Reported by Pjotr Prins <pjotr.public12@thebird.nl> and Konrad Hinsen <konrad.hinsen@fastmail.net>. * gnu/packages/package-management.scm (guix-daemon)[arguments]: Execute /var/guix/profiles/per-user/root/current-guix/bin/guix instead of ~root/….
2018-10-11gnu: kallisto: Update to 0.44.0.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (kallisto): Update to 0.44.0. [source]: Fetch from git. [arguments]: Add build phase to use htslib from Guix. [inputs]: Add htslib.
2018-10-11gnu: Add python-cvxopt.Ricardo Wurmus
* gnu/packages/maths.scm (python-cvxopt, python2-cvxopt): New variables.
2018-10-10gnu: linux-libre: Update to 4.18.13.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.18.13. (%linux-libre-hash): Update hash.
2018-10-10gnu: linux-libre@4.14: Update to 4.14.75.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.75. (%linux-libre-4.14-hash): Update hash.
2018-10-10gnu: linux-libre@4.9: Update to 4.9.132.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.132.
2018-10-10gnu: linux-libre@4.4: Update to 4.4.160.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.160.
2018-10-11gnu: hexchat: Update to 2.14.2.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (hexchat): Update to 2.14.2.
2018-10-11gnu: tlp: Return #t from phases.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (tlp)[argument]: Return #t all from phases.
2018-10-10gnu: hdparm: Update to 9.56.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (hdparm): Update to 9.56.
2018-10-10gnu: perftest: Update to 4.4-0.4.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (perftest): Update to 4.4-0.4.
2018-10-10gnu: haveged: Mark up description.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (haveged)[description]: Use @dfn{} and split into two paragraphs.
2018-10-10gnu: haveged: Update to 1.9.4.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (haveged): Update to 1.9.4. [source]: Use GIT-FETCH and GIT-FILE-NAME from new (development) home.
2018-10-10gnu: python-pickleshare: Update to 0.7.5.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (python-pickleshare): Update to 0.7.5.
2018-10-10gnu: ranger: More test tweaks.Tobias Geerinckx-Rice
There's no functional difference between 'make test_pytest' and running 'py.test' directly, but there may be in future. This follows up on commit 14173b3c6765bd8fcb2b12ea28fc27226645c7e1. * gnu/packages/disk.scm (ranger)[arguments]: Use #:test-target to run the (same) tests through 'make'. [native-inputs]: Remove left-over python-flake8 and python-pylint.
2018-10-10gnu: Add kicad-symbols.Danny Milosavljevic
* gnu/packages/engineering.scm (kicad-symbols): New variable.
2018-10-10gnu: ranger: Update to 1.9.2.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (ranger): Update to 1.9.2. [native-inputs]: Order alphabetically. [arguments]: Actually run tests and remove useless #:test-target.
2018-10-10Order (gnu packages disk) module imports alphabetically.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (define-module): Order module imports alphabetically.
2018-10-10gnu: ndctl: Update to 63.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (ndctl): Update to 63. [source]: Use GIT-FILE-NAME. [native-inputs]: Add bash-completion. [arguments]: Add '--disable-asciidoctor' and '--without-systemd' #:configure-flags. Don't bother patching unused ./autogen.sh in 'patch-FHS-file-names' phase.
2018-10-10gnu: libblockdev: Update to 2.20.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (libblockdev): Update to 2.20. [license]: Update to match fixed licence headers.
2018-10-10gnu: volume-key: Update to 0.3.12.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (volume-key): Update to 0.3.12.