summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: go-github-com-ccding-go-stun: Update version string.Efraim Flashner2020-05-26
| | | | | | | | The commit was also tagged 0.1.1. * gnu/packages/syncthing.scm (go-github-com-ccding-go-stun)[version]: Change to tagged version. [source]: Update to use version string.
* gnu: go-github-com-stathat-go: Update version string.Efraim Flashner2020-05-26
| | | | | | | | The commit was also tagged 1.0.0. * gnu/packages/syncthing.scm (go-github-com-stathat-go)[version]: Retag 1.0.0. [source]: Update to use version string.
* gnu: go-github-com-certifi-gocertifi: Update to 2020.02.11.Efraim Flashner2020-05-26
| | | | | * gnu/packages/tls.scm (go-github-com-certifi-gocertifi): Update to 2020.02.11.
* gnu: go-github-com-bkaradzic-go-lz4: Update version string.Efraim Flashner2020-05-26
| | | | | * gnu/packages/syncthing.scm (go-github-com-bkaradzic-go-lz4)[version]: Commit comes after the 1.0.0 release.
* gnu: go-github-com-blang-semver: Update to 4.0.0.Efraim Flashner2020-05-26
| | | | * gnu/packages/golang.scm (go-github-com-blang-semver): Update to 4.0.0.
* gnu: go-github-com-blang-semver: Update version string.Efraim Flashner2020-05-26
| | | | | | | | The commit was actually the tag for 3.3.0. * gnu/packages/golang.scm (go-github-com-blang-semver)[version]: Retag as 3.3.0. [source]: Update to use version string.
* gnu: nethogs: Use explicitly BASE32 source hash.Tobias Geerinckx-Rice2020-05-26
| | | | | | | | | | | Works around error: failed to load 'gnu/packages/networking.scm': ice-9/eval.scm:293:34: Wrong type to apply: #<syntax-transformer base32> when manually building from git. * gnu/packages/networking.scm (nethogs)[source]: Use BASE32 explicitly.
* gnu: mupdf: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/pdf.scm (mupdf)[source]: Hard-code NAME.
* gnu: disorderfs: Update to 0.5.10.Vagrant Cascadian2020-05-25
| | | | * gnu/packages/file-systems (disorderfs): Update to 0.5.10.
* gnu: diffoscope: Update to 145.Vagrant Cascadian2020-05-25
| | | | * gnu/packages/diffoscope (diffoscope): Update to 145.
* gnu: Add python-pytest-pycodestyle.Edouard Klein2020-05-26
| | | | | | * gnu/packages/python-check.scm (python-pytest-pycodestyle): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: python-iml: Use HTTPS home page.Edouard Klein2020-05-26
| | | | | | * gnu/packages/machine-learning.scm (python-iml)[home-page]: s/http/https/ Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: Add dump.Marcin Karpezo2020-05-26
| | | | | | * gnu/packages/backup.scm (dump): New variable. Signed-off-by: Marius Bakke <marius@gnu.org>
* gnu: emacsy-minimal: Do not use "v" prefix in version string.Marius Bakke2020-05-26
| | | | | | * gnu/packages/guile-xyz.scm (emacsy-minimal): Turn COMMIT binding into a "git describe" string. [version]: Drop first character of COMMIT.
* gnu: perl-getopt-long: Do not use "v" prefix in version string.Marius Bakke2020-05-26
| | | | | * gnu/packages/perl.scm (perl-getopt-long)[version]: Remove "v" prefix. [source](uri): Adjust accordingly.
* gnu: perl-file-find-object: Do not use "v" prefix in version string.Marius Bakke2020-05-26
| | | | | * gnu/packages/perl.scm (perl-file-find-object)[version]: Remove "v" prefix. [source](uri): Adjust accordingly.
* gnu: perl-time-mock: Do not use "v" in version string.Marius Bakke2020-05-26
| | | | | * gnu/packages/perl.scm (perl-time-mock)[version]: Remove "v" prefix. [source](uri): Adjust accordingly.
* gnu: pianobar: Build with the default C standard.Marius Bakke2020-05-26
| | | | * gnu/packages/music.scm (pianobar)[arguments]: Remove CFLAGS from #:make-flags.
* gnu: radare2: Update to 4.4.0.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/engineering.scm (radare2): Update to 4.4.0.
* gnu: radare2: Remove impotent snippet.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/engineering.scm (radare2)[source]: Remove a snippet that does nothing.
* gnu: radare2: Use OUTPUTS keyword.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/engineering.scm (radare2)[arguments]: Substitute OUTPUTS for %OUTPUTS.
* gnu: radare2: Remove pointless configure flag.Tobias Geerinckx-Rice2020-05-26
| | | | | * gnu/packages/engineering.scm (radare2)[arguments]: Remove unrecognised ‘--without-nonpic’ from #:configure-flags.
* gnu: lxrandr: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/lxde.scm (lxrandr)[source]: Hard-code NAME.
* gnu: lxrandr: Update to 0.3.2.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/lxde.scm (lxrandr): Update to 0.3.2.
* gnu: lxpanel: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/lxde.scm (lxpanel)[source]: Hard-code NAME.
* gnu: lxpanel: Update to 0.10.0.Tobias Geerinckx-Rice2020-05-26
| | | | | * gnu/packages/lxde.scm (lxpanel): Update to 0.10.0. [inputs]: Add curl.
* gnu: lxsession: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/lxde.scm (lxsession)[source]: Hard-code NAME.
* gnu: lxsession: Update to 0.5.5.Tobias Geerinckx-Rice2020-05-26
| | | | | | | * gnu/packages/lxde.scm (lxsession): Update to 0.5.5. [source]: Remove upstreamed patch. * gnu/packages/patches/lxsession-use-gapplication.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: lxappearance: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/lxde.scm (lxappearance)[source]: Hard-code NAME.
* gnu: lxappearance: Update to 0.6.3.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/lxde.scm (lxappearance): Update to 0.6.3.
* gnu: xbanish: Update to 1.7.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/xdisorg.scm (xbanish): Update to 1.7.
* gnu: scrot: Update to 1.3.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/xdisorg.scm (scrot): Update to 1.3.
* gnu: nfs-utils: Update to 2.4.3.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/nfs.scm (nfs-utils): Update to 2.4.3.
* gnu: haproxy: Update to 2.1.4.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/networking.scm (haproxy): Update to 2.1.4.
* gnu: batctl: Update to 2020.1.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/networking.scm (batctl): Update to 2020.1.
* gnu: mutt: Update to 1.14.2.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/mail.scm (mutt): Update to 1.14.2.
* gnu: mc: Update to 4.8.24.Tobias Geerinckx-Rice2020-05-26
| | | | | * gnu/packages/mc.scm (mc): Update to 4.8.24. [source]: Use HTTPS.
* gnu: cutter: Update to 1.10.3.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/engineering.scm (cutter): Update to 1.10.3.
* gnu: fetchmail: Update to 6.4.5.Tobias Geerinckx-Rice2020-05-26
| | | | | * gnu/packages/mail.scm (fetchmail): Update to 6.4.5. [arguments]: Remove obsolete ‘create-test-environment’ phase.
* gnu: balsa: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/mail.scm (balsa)[source]: Hard-code NAME.
* gnu: balsa: Update to 2.6.1.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/mail.scm (balsa): Update to 2.6.1.
* gnu: nethogs: Migrate to HASH.Tobias Geerinckx-Rice2020-05-26
| | | | | * gnu/packages/networking.scm (nethogs)[source]<sha256>: Migrate to… <hash>: …this I guess.
* gnu: nethogs: Don't use unstable tarball.Tobias Geerinckx-Rice2020-05-26
| | | | | | * gnu/packages/networking.scm (nethogs)[source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Don't try (and fail) to determine the version using git.
* gnu: nethogs: Update to 0.8.6.Tobias Geerinckx-Rice2020-05-26
| | | | * gnu/packages/networking.scm (nethogs): Update to 0.8.6.
* gnu: wxmaxima: Update to 20.04.0.Kei Kebreau2020-05-25
| | | | * gnu/packages/maths.scm (wxmaxima): Update to 20.04.0.
* gnu: qhull: Update to 2019.1Ekaitz Zarraga2020-05-25
| | | | | | * gnu/packages/maths.scm (qhull): update to 2019.1 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-github-com-francoispqt-gojay.Efraim Flashner2020-05-25
| | | | * gnu/packages/golang.scm (go-github-com-francoispqt-gojay): New variable.
* gnu: python-llfuse: Update to 1.3.6.Efraim Flashner2020-05-25
| | | | * gnu/packages/python-xyz.scm (python-llfuse): Update to 1.3.6.
* gnu: perl-timedate: Update to 2.33.Efraim Flashner2020-05-25
| | | | * gnu/packages/perl.scm (perl-timedate): Update to 2.33.
* gnu: perl-io-tty: Update to 1.14.Efraim Flashner2020-05-25
| | | | * gnu/packages/perl.scm (perl-io-tty): Update to 1.14.