summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* tests: Add tests for changed-inputs on old-style inputs.Ricardo Wurmus2022-01-05
| | | | | | | | | All these tests pass, because they only test the old-style input alists with labels. * tests/upstream.scm ("changed-inputs returns no changes", "changed-inputs returns changes to labelled input list", "changed-inputs returns changes to all labelled input lists"): New tests.
* gnu: musescore: Use new package style.Nicolas Goaziou2022-01-05
| | | | | * gnu/packages/music.scm (musescore)[source]<snippet>: Remove trailing #T. [inputs]: Remove labels.
* gnu: emacs-helm-cider: Update to 0.5.0.Nicolas Goaziou2022-01-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-helm-cider): Update to 0.5.0.
* gnu: emacs-emms: Update to 8.Nicolas Goaziou2022-01-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-emms): Update to 8.
* gnu: python-django@2.2: Update hash.Marius Bakke2022-01-05
| | | | | | | | PyPI is serving a different tarball from the official home page, where this packager had downloaded it: <https://code.djangoproject.com/ticket/33411>. This is a follow-up to commit ad35d8c017fe5ddfb05341a90e171f36e9785526. * gnu/packages/django.scm (python-django-2.2)[source]: Update checksum.
* gnu: python-django@2.2: Update to 2.2.26 [security fixes].Marius Bakke2022-01-05
| | | | | | This release fixes CVE-2021-45115, CVE-2021-45116, and CVE-2021-45452. * gnu/packages/django.scm (python-django-2.2): Update to 2.2.26.
* gnu: python-django@3.2: Update to 3.2.11 [security fixes].Marius Bakke2022-01-05
| | | | | | This release fixes CVE-2021-45115, CVE-2021-45116, and CVE-2021-45452. * gnu/packages/django.scm (python-django-3.2): Update to 3.2.11.
* gnu: python-django: Update to 4.0.1 [security fixes].Marius Bakke2022-01-05
| | | | | | This release fixes CVE-2021-45115, CVE-2021-45116, and CVE-2021-45452. * gnu/packages/django.scm (python-django-4.0): Update to 4.0.1.
* gnu: uBlock Origin: Update to 1.40.4.Marius Bakke2022-01-05
| | | | * gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.40.4.
* gnu: nmrpflash: Update to 0.9.16.Marius Bakke2022-01-05
| | | | * gnu/packages/admin.scm (nmrpflash): Update to 0.9.16.
* gnu: lucene++: Use G-expressions.Tobias Geerinckx-Rice2022-01-05
| | | | | * gnu/packages/rdf.scm (lucene++)[arguments]: Rewrite as G-expressions.
* gnu: lucene++: Update to 3.0.8.Tobias Geerinckx-Rice2022-01-05
| | | | | | | | * gnu/packages/rdf.scm (lucene++): Update to 3.0.8. [source]: Add a nice snippet. [arguments]: Don't install the entire gtest suite. Add a custom 'check phase. [inputs]: Add zlib.
* gnu: hangups: Update to 0.4.16.Tobias Geerinckx-Rice2022-01-05
| | | | | * gnu/packages/messaging.scm (hangups): Update to 0.4.16. [propagated-inputs]: Upgrade python-protobuf-3.6 to python-protobuf.
* gnu: amsynth: Use G-expressions.Tobias Geerinckx-Rice2022-01-05
| | | | | * gnu/packages/music.scm (amsynth)[arguments]: Rewrite as G-expressions.
* gnu: amsynth: Update to 1.12.3.Tobias Geerinckx-Rice2022-01-05
| | | | * gnu/packages/music.scm (amsynth): Update to 1.12.3.
* gnu: moreutils: Use G-expressions.Tobias Geerinckx-Rice2022-01-05
| | | | | * gnu/packages/moreutils.scm (moreutils)[arguments]: Rewrite as G-expressions.
* gnu: moreutils: Update to 0.67.Tobias Geerinckx-Rice2022-01-05
| | | | * gnu/packages/moreutils.scm (moreutils): Update to 0.67.
* gnu: nbd: Update to 3.23.Tobias Geerinckx-Rice2022-01-05
| | | | * gnu/packages/networking.scm (nbd): Update to 3.23.
* gnu: itcl: Use G-expressions.Tobias Geerinckx-Rice2022-01-05
| | | | | * gnu/packages/tcl.scm (itcl)[arguments]: Rewrite as G-expressions.
* gnu: itcl: Update to 4.2.2.Tobias Geerinckx-Rice2022-01-05
| | | | * gnu/packages/tcl.scm (itcl): Update to 4.2.2.
* gnu: linuxdcpp: Reanimate.Tobias Geerinckx-Rice2022-01-05
| | | | | | | * gnu/packages/direct-connect.scm (linuxdcpp)[source]: Add patch and snippet to fix build. * gnu/packages/patches/linuxdcpp-openssl-1.1.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: rinutils: Respect #:tests?Tobias Geerinckx-Rice2022-01-05
| | | | * gnu/packages/games.scm (rinutils)[arguments]: Respect #:tests? in 'check.
* guix hash: Allow '--exclude-vcs' option using 'git' serializer.zimoun2022-01-04
| | | | | | | | * guix/scripts/hash.scm (git-hash): Use '#:select?' with 'git-hash-directory'. * tests/guix-hash.sh: Adjust accordingly. Signed-off-by: Timothy Sample <samplet@ngyro.com>
* gnu: Add fcrackzip.Ricardo Wurmus2022-01-05
| | | | * gnu/packages/compression.scm (fcrackzip): New variable.
* gnu: emacs-goto-chg: Update to 1.7.4.Nicolas Goaziou2022-01-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-goto-chg): Update to 1.7.4.
* gnu: Add r-varhandle.Ricardo Wurmus2022-01-04
| | | | * gnu/packages/cran.scm (r-varhandle): New variable.
* gnu: snap: Update to 7.0.3.Nicolas Goaziou2022-01-04
| | | | * gnu/packages/education.scm (snap): Update to 7.0.3.
* gnu: r-archr: Update to 1.0.1-1.92ab814.Ricardo Wurmus2022-01-04
| | | | * gnu/packages/bioinformatics.scm (r-archr): Update to 1.0.1-1.92ab814.
* gnu: asymptote: Update to 2.74.Nicolas Goaziou2022-01-04
| | | | | | | | | | | * gnu/packages/plotutils.scm (asymptote): Update to 2.74. [native-inputs]: Add autoconf, automake, boost, rapidjson, texlive-hyperref, texlive-latex-media9, texlive-latex-ocgx2. [inputs]: Add libtirpc. [arguments]<#:configure-flags>: Use gexps. <#:phases>: Fix more include statements. Add phase to prevent hard-coding tirpc include directory. Also force boostrapping. Remove trailing #T.
* gnu: Add mbed-tools.Mathieu Othacehe2022-01-04
| | | | * gnu/packages/embedded.scm (mbed-tools): New variable.
* gnu: Add python-pdoc3.Mathieu Othacehe2022-01-04
| | | | | | * gnu/packages/patches/python-pdoc3-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/local.mk (python-pdoc3): New variable.
* gnu: stlink: Update the uri.Mathieu Othacehe2022-01-04
| | | | * gnu/packages/embedded.scm (stlink)[origin]: Update it.
* gnu: stlink: Update to 1.7.0.Mathieu Othacehe2022-01-04
| | | | | * gnu/packages/embedded.scm (stlink): Update to 1.7.0. [home-page]: Update it.
* .guix-authorizations: Remove Giovanni Biscuolo due to inactivity.Leo Famulari2022-01-03
| | | | * .guix-authorizations: Remove biscuolo.
* .guix-authorizations: Remove Caleb Ristvedt due to inactivity.Leo Famulari2022-01-03
| | | | * .guix-authorizations: Remove reepca.
* .guix-authorizations: Remove Manolis Fragkiskos Ragkousis due to inactivity.Leo Famulari2022-01-03
| | | | * .guix-authorizations: Remove phant0mas.
* gnu: diffoscope: Update to 198.Tobias Geerinckx-Rice2022-01-04
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 198.
* gnu: mpv: Update to 0.34.1.Tobias Geerinckx-Rice2022-01-04
| | | | * gnu/packages/video.scm (mpv): Update to 0.34.1.
* gnu: pgloader: Use G-expressions.Tobias Geerinckx-Rice2022-01-04
| | | | | | * gnu/packages/databases.scm (pgloader)[arguments]: Rewrite as G-expressions. [inputs]: Remove input labels.
* gnu: pgloader: Update to 3.6.3.Tobias Geerinckx-Rice2022-01-04
| | | | * gnu/packages/databases.scm (pgloader): Update to 3.6.3.
* gnu: direvent: Update to 5.3.Tobias Geerinckx-Rice2022-01-04
| | | | | | | | * gnu/packages/admin.scm (direvent): Update to 5.3. [source]: Drop hard-to-maintain snippet… [arguments]: …in favour of a wider regexp in the 'substitute-file-names phase, renamed from 'patch-/bin/sh, as we also patch "/bin/kill" to keep the tests passing.
* gnu: direvent: Use G-expressions.Tobias Geerinckx-Rice2022-01-04
| | | | | * gnu/packages/admin.scm (direvent)[source, arguments]: Rewrite using G-expressions. Don't explicitly return #t from phases.
* gnu: fortune-mod: Update to 3.12.0.Tobias Geerinckx-Rice2022-01-04
| | | | | | | * gnu/packages/games.scm (fortune-mod): Update to 3.12.0. [arguments]: Adjust 'delete-failing-test phase accordingly. [native-inputs]: Add docbook-xml-5, docbook-xsl, and perl-app-xml-docbook-builder.
* gnu: fortune-mod: Use G-expressions.Tobias Geerinckx-Rice2022-01-04
| | | | | | | | * gnu/packages/games.scm (fortune-mod)[arguments]: Rewrite as G-expressions. Split up misnamed 'fix-build-env phase into 'enter-build-directory, 'copy-cmake-modules, and 'delete-failing-test. Don't explicitly return #t from phases. [native-inputs]: Remove input labels. Remove shlomif-cmake-modules.
* gnu: rinutils: Update to 0.10.0.Tobias Geerinckx-Rice2022-01-04
| | | | * gnu/packages/games.scm (rinutils): Update to 0.10.0.
* gnu: rinutils: Use G-expressions.Tobias Geerinckx-Rice2022-01-04
| | | | | | * gnu/packages/games.scm (rinutils)[arguments]: Rewrite as G-expressions. Rename misnamed 'fix-build-env. [native-inputs]: Remove input labels. Remove shlomif-cmake-modules.
* gnu: shlomif-cmake-modules: Update to 89f05caf86078f783873975525230cf4fecede8a.Tobias Geerinckx-Rice2022-01-04
| | | | | * gnu/packages/games.scm (shlomif-cmake-modules): Update to commit 89f05caf86078f783873975525230cf4fecede8a.
* gnu: Add perl-app-xml-docbook-builder.Tobias Geerinckx-Rice2022-01-04
| | | | * gnu/packages/perl.scm (perl-app-xml-docbook-builder): New public variable.
* gnu: fasm: Update to 1.73.29.Tobias Geerinckx-Rice2022-01-04
| | | | * gnu/packages/assembly.scm (fasm): Update to 1.73.29.
* .guix-authorizations: Remove Miguel Ángel Arruga Vivas due to inactivity.Leo Famulari2022-01-03
| | | | * .guix-authorizations: Remove m1gu3l.