summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * gnu: python-cfn-lint: Update to 0.54.3.Vinicius Monego2021-12-12
| | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-cfn-lint): Update to 0.54.3. [home-page]: Follow redirect. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-aws-sam-translator: Update to 1.40.0.Vinicius Monego2021-12-12
| | | | | | | | | | | | | | | | * gnu/packages/python-web.scm (python-aws-sam-translator): Update to 1.40.0. [arguments]<#:phases>: Don't return #t. [home-page]: Follow redirect. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-vcrpy: Update to 4.1.1.Giacomo Leidi2021-12-12
| | | | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-vcrpy): Update to 4.1.1. [arguments]: Replace 'check phase to run unit tests. [native-inputs]: Add required dependencies. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-ipaddress.Giacomo Leidi2021-12-12
| | | | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-ipaddress): New variable; (python2-ipaddress): Use package-with-python2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add ascii.Foo Chuan Wei2021-12-12
| | | | | | | | | | | | * gnu/packages/shellutils.scm (ascii): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * narinfo: Do not repeat slash when building nar URLs.Ludovic Courtès2021-12-12
| | | | | | | | | | * guix/narinfo.scm (narinfo-maker): When one of URLS is relative, do not repeat trailing slash if it's already present in CACHE-URL.
| * substitutes: Build correct narinfo URLs for cache URLs without trailing slash.Ludovic Courtès2021-12-12
| | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/51441>. Reported by Z572 <873216071@qq.com> and Peng Mei Yu <pengmeiyu@riseup.net>. Previously, passing '--substitute-urls=https://mirror.sjtu.edu.cn/guix', without a trailing slash, would fail due to incorrectly constructed narinfo URLs. Users would have to explicitly add a trailing slash. * guix/substitutes.scm (narinfo-request): Ensure BASE has a trailing slash.
| * challenge: Store item contents are returned in canonical order.Ludovic Courtès2021-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows the 'delete-duplicates' call in 'differing-files' to have the intended effect. Before that, a "guix challenge" invocation with three builds of a store item, two of which are identical, would lead 'differing-files' to not print anything, as in this example: $ ./pre-inst-env guix challenge python-numpy /gnu/store/…-python-numpy-1.17.3 contents differ: local hash: 07var0wn8fywxchldz5pjqpnlavrlbc8s81aqwsqyi0i7qlh6ka7 https://ci.guix.gnu.org/nar/lzip/…-python-numpy-1.17.3: 07var0wn8fywxchldz5pjqpnlavrlbc8s81aqwsqyi0i7qlh6ka7 https://bordeaux.guix.gnu.org/nar/lzip/…-python-numpy-1.17.3: 0cbl3q19bshb6ddz8xkcrjzkcmillsqii4z852ybzixyp7rg40qa 1 store items were analyzed: - 0 (0.0%) were identical - 1 (100.0%) differed - 0 (0.0%) were inconclusive With this change, 'differing-files' prints additional info as intended: differing file: /lib/python3.8/site-packages/numpy/distutils/fcompiler/__pycache__/vast.cpython-38.pyc * guix/scripts/challenge.scm (archive-contents): Add tail call to 'reverse'. (store-item-contents): Rewrite to use 'scandir' and recursive calls instead of 'file-system-fold'.
| * challenge: Use SRFI-71 instead of SRFI-11.Ludovic Courtès2021-12-12
| | | | | | | | * guix/scripts/challenge.scm (port-sha256*, call-with-nar): Use SRFI-71.
| * gnu: java-log4j-api: Add cpe-name.Julien Lepiller2021-12-12
| | | | | | | | * gnu/packages/java.scm (java-log4j-api)[properties]: Add cpe-name.
| * gnu: java-log4j-api: Update to 2.15.0.Julien Lepiller2021-12-12
| | | | | | | | | | | | | | Includes fixes for CVE-2017-5645, CVE-2020-9488 and CVE-2021-44228. * gnu/packages/java.scm (java-log4j-api): Update to 2.15.0. (java-log4j-core, java-log4j-1.2-api)[inputs]: Adjust accordingly.
| * gnu. java-lmax-disruptor: Update to 3.4.4.Julien Lepiller2021-12-12
| | | | | | | | | | * gnu/packages/java.scm (java-lmax-disruptor): Update to 3.4.4. [source]: Use git-fetch instead of url-fetch.
| * gnu: Add java-conversant-disruptor.Julien Lepiller2021-12-12
| | | | | | | | * gnu/packages/java.scm (java-conversant-disruptor): New variable.
| * gnu: Add java-jctools-core-1.Julien Lepiller2021-12-12
| | | | | | | | * gnu/packages/java.scm (java-jctools-core-1): New variable.
| * gnu: java-jansi: Update to 2.4.0.Julien Lepiller2021-12-12
| | | | | | | | | | | | | | | | * gnu/packages/java.scm (java-jansi): Update to 2.4.0. (java-jansi-1): New variable. [source]: Use git-fetch instead of url-fetch. (java-jline-2)[inputs]: Use java-jansi-1. * gnu/packages/groovy.scm (java-groovy-bootstrap)[inputs]: Use java-jansi-1.
| * gnu: icedove: Update to 91.4.0 [fixes CVE-2021-43528].Jonathan Brielmaier2021-12-11
| | | | | | | | * gnu/packages/gnuzilla.scm (icedove): Update to 91.4.0.
| * gnu: emacs-telega: Update to 0.7.15-1.b4a5e20.Andrew Tropin2021-12-11
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.7.15-1.b4a5e20. * gnu/packages/patches/emacs-telega-path-placeholder.patch: Match patch with newer source code. * gnu/packages/patches/emacs-telega-test-env.patch: Match patch with newer source code. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: tdlib: Update to 1.7.10.Andrew Tropin2021-12-11
| | | | | | | | | | | | * gnu/packages/messaging.scm (tdlib): Update to 1.7.10. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add vivid.jgart via Guix-patches via2021-12-11
| | | | | | | | | | | | * gnu/packages/rust-apps.scm (vivid): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: carla: Update to 2.4.1.Demis Balbach2021-12-11
| | | | | | | | | | | | * gnu/packages/audio.scm (carla): Update to 2.4.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: i3status-rust: Add missing inputs.Petr Hodina2021-12-11
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/rust-apps (i3status-rust)[inputs]: Add alsa-utils, bash-minmal, coreutils, ibus, iproute, kdeconnect, lm-sensors, setxkbmap, speedtest-cli, xdg-utils, xrandr. [arguments]: Add phase to wrap-program bin/i3status-rs. * gnu/local.mk: Add patch (change not applied in 575fcd3045ff1649e5319b6701ff9e28e97793e0) Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: gmnisrv: Update to 1.0.Nikolay Korotkiy2021-12-11
| | | | | | | | | | | | * gnu/packages/web.scm (gmnisrv): Update to 1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add optionmatrix.Foo Chuan Wei2021-12-11
| | | | | | | | | | | | * gnu/packages/finance.scm (optionmatrix): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add s9fes.Foo Chuan Wei2021-12-11
| | | | | | | | | | | | * gnu/packages/scheme.scm (s9fes): New variable. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: pdfarranger: Update to 1.8.1.Nicolas Goaziou2021-12-11
| | | | | | | | * gnu/packages/pdf.scm (pdfarranger): Update to 1.8.1.
| * gnu: emacs-webpaste: Update to 3.2.2.Nicolas Goaziou2021-12-11
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-webpaste): Update to 3.2.2.
| * gnu: sbcl-slime-swank: Update to 2.26.1.Jacob MacDonald2021-12-11
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-slime-swank): Update to 2.26.1. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: sbcl-mgl-pax: Update home page.Foo Chuan Wei2021-12-11
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-mgl-pax)[home-page]: Update home page. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-mgl-gpr.Foo Chuan Wei2021-12-11
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-mgl-gpr, ecl-mgl-gpr, sbcl-mgl-gpr): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-random.Foo Chuan Wei2021-12-11
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-random, ecl-cl-random, sbcl-cl-random): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-rmath.Foo Chuan Wei2021-12-11
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-rmath, ecl-cl-rmath, sbcl-cl-rmath): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-lla.Foo Chuan Wei2021-12-11
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-lla, ecl-lla, sbcl-lla): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-num-utils.Foo Chuan Wei2021-12-11
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-num-utils, ecl-cl-num-utils, sbcl-cl-num-utils): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-core-gp.Foo Chuan Wei2021-12-11
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-core-gp, ecl-core-gp, sbcl-core-gp): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-zsort.Foo Chuan Wei2021-12-11
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-zsort, ecl-zsort, sbcl-zsort): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add emacs-cc-mode.Liliana Marie Prikler2021-12-11
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-cc-mode): New variable.
| * gnu: Add gprof2dot.Giacomo Leidi via Guix-patches via2021-12-10
| | | | | | | | | | | | * gnu/packages/graphviz.scm (gprof2dot): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add sunclock.Foo Chuan Wei2021-12-10
| | | | | | | | | | | | * gnu/packages/astronomy.scm (sunclock): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add sfm.Nikolay Korotkiy2021-12-10
| | | | | | | | | | | | * gnu/packages/suckless.scm (sfm): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: lagrange: Update to 1.9.2.Nikolay Korotkiy2021-12-10
| | | | | | | | | | | | * gnu/packages/web-browsers.scm (lagrange): Update to 1.9.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: stagit: Update to 1.0.Nikolay Korotkiy2021-12-10
| | | | | | | | | | | | * gnu/packages/version-control.scm (stagit): Update to 1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: emacs-dpd: Update to 0.2.1.Liliana Marie Prikler2021-12-10
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-dpd): Update to 0.2.1.
* | gnu: gaupol: Don't attempt to compile bytecode twice.Marius Bakke2021-12-12
| | | | | | | | | | * gnu/packages/video.scm (gaupol)[arguments]: Disable needless compilation with a substitution. While here, remove trailing #t's.
* | gnu: mps-youtube: Disable sanity check.Marius Bakke2021-12-12
| | | | | | | | * gnu/packages/video.scm (mps-youtube)[arguments]: Add #:phases.
* | gnu: smplayer: Remove reference to %outputs.Marius Bakke2021-12-12
| | | | | | | | | | | | | | ...which no longer exists in qt-build-system. * gnu/packages/video.scm (smplayer)[arguments]: Turn into gexp. Use #$OUTPUT instead of %OUTPUTS. Remove trailing #true's.
* | gnu: ruby-asciidoctor-pdf: Update to 1.6.1.Marius Bakke2021-12-12
| | | | | | | | | | * gnu/packages/ruby.scm (ruby-asciidoctor-pdf): Update to 1.6.1. [arguments]: Remove trailing #t's.
* | gnu: ruby-rouge: Update to 3.26.1.Marius Bakke2021-12-12
| | | | | | | | * gnu/packages/ruby.scm (ruby-rouge): Update to 3.26.1.
* | gnu: ruby-loofah: Update to 2.13.0.Marius Bakke2021-12-12
| | | | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-loofah): Update to 2.13.0. [source]: Switch to GIT-FETCH. [arguments]: Remove. [native-inputs]: Add RUBY-HOE-MARKDOWN.
* | gnu: Add ruby-hoe-markdown.Marius Bakke2021-12-12
| | | | | | | | * gnu/packages/ruby.scm (ruby-hoe-markdown): New variable.
* | gnu: ruby-nokogiri: Update to 1.12.5.Marius Bakke2021-12-12
| | | | | | | | | | | | | | * gnu/packages/ruby.scm (ruby-nokogiri-1.10): New variable. (ruby-nokogiri): Inherit from it. Update to 1.12.5. (ruby-nokogiri-diff)[propagated-inputs]: Change from RUBY-NOKOGIRI to RUBY-NOKOGIRI-1.10.