Age | Commit message (Expand) | Author |
---|---|---|
2020-07-15 | gnu: opensmtpd-extras: Update to 6.7.1....* gnu/packages/mail.scm (opensmtpd-extras): Update to 6.7.1. [native-inputs]: Remove bison, groff, automake, and autoconf. [inputs]: Remove libasr, perl, lua, and linux-pam. Add mysql. [arguments]: Remove obsolete or ineffective options. [license]: Update. | Tobias Geerinckx-Rice |
2020-07-15 | gnu: opensmtpd-extras: Don't use NAME in source URI....* gnu/packages/mail.scm (opensmtpd-extras)[source]: Hard-code NAME. | Tobias Geerinckx-Rice |
2020-07-15 | system: 'operating-system-root-file-system' raises upon missing root....* gnu/system.scm (operating-system-root-file-system): Raise when 'find' returns #f. | Ludovic Courtès |
2020-07-15 | system: Add 'location' field to <operating-system>....This allows error messages to include source location info. * gnu/system.scm (<operating-system>)[location]: New field. | Ludovic Courtès |
2020-07-15 | services: Add 'system-provenance' procedure....* gnu/services.scm (sexp->channel, system-provenance): New procedures. * guix/scripts/system.scm (sexp->channel): Remove. (display-system-generation): Use 'system-provenance' instead of parsing the "provenance" file right here. | Ludovic Courtès |
2020-07-14 | gnu: Remove python2-pywavelets....This package no longer supports Python 2 since the update in 501d89d707a64335731f54e0e28dbf252b31afc7 and has no dependents. * gnu/packages/python-xyz.scm (python2-pywavelets): Remove variable. | Marius Bakke |
2020-07-14 | gnu: python-pynacl: Update to 1.4.0....* gnu/packages/python-crypto.scm (python-pynacl): Update to 1.4.0. [source](snippet): Adjust to fix spurious build requirement. [arguments]: Add #:modules. Replace check phase with custom pytest invocation. | Marius Bakke |
2020-07-14 | gnu: python-simplejson: Update to 3.17.0....* gnu/packages/python-xyz.scm (python-simplejson): Update to 3.17.0. | Marius Bakke |
2020-07-14 | gnu: python-paramiko: Update to 2.7.1....* gnu/packages/python-crypto.scm (python-paramiko): Update to 2.7.1. | Marius Bakke |
2020-07-14 | gnu: python-bitarray: Update to 1.4.0....* gnu/packages/python-xyz.scm (python-bitarray): Update to 1.4.0. | Marius Bakke |
2020-07-14 | gnu: python-pycurl: Update to 7.43.0.5....* gnu/packages/python-web.scm (python-pycurl): Update to 7.43.0.5. | Marius Bakke |
2020-07-14 | gnu: python-bottle: Update to 0.12.18....* gnu/packages/python-web.scm (python-bottle): Update to 0.12.18. | Marius Bakke |
2020-07-14 | gnu: virt-manager: Remove unused input....* gnu/packages/virtualization.scm (virt-manager)[inputs]: Remove PYTHON-IPADDRESS. | Marius Bakke |
2020-07-14 | gnu: python-txtorcon: Remove unused input....* gnu/packages/python-crypto.scm (python-txtorcon)[propagated-inputs]: Remove PYTHON-IPADDRESS. | Marius Bakke |
2020-07-14 | gnu: silkaj: Remove unused input....* gnu/packages/finance.scm (silkaj)[inputs]: Remove PYTHON-IPADDRESS. | Marius Bakke |
2020-07-14 | gnu: python-docker-py: Remove unused input....* gnu/packages/docker.scm (python-docker-py)[inputs]: Remove PYTHON-IPADDRESS. | Marius Bakke |
2020-07-14 | gnu: rust-xdg-2.2: Fix typo and indentation....* gnu/packages/crates-io.scm (rust-xdg-2.2): Fix indentation. [description]: Add missing final dot. | Nicolas Goaziou |
2020-07-14 | gnu: flightgear: Update to 2018.3.5....* gnu/packages/games.scm (flightgear): (simgear): Update to 2018.3.5. | Nicolas Goaziou |
2020-07-14 | gnu: ppsspp: Name git checkouts....* gnu/packages/emulators.scm (ppsspp)[inputs]: Use GIT-FILE-NAME for in-line git origins. | Tobias Geerinckx-Rice |
2020-07-14 | gnu: Add emacs-counsel-notmuch....* gnu/packages/emacs-xyz.scm (emacs-counsel-notmuch): New variable. | Nicolas Goaziou |
2020-07-14 | gnu: Add emacs-flycheck-ledger....* gnu/packages/emacs-xyz.scm (emacs-flycheck-ledger): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Morgan Smith |
2020-07-14 | gnu: Add emacs-literate-calc-mode....* gnu/packages/emacs-xyz.scm (emacs-literate-calc-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Morgan Smith |
2020-07-14 | gnu: Add emacs-org-drill....* gnu/packages/emacs-xyz.scm (emacs-org-drill): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> | Morgan Smith |
2020-07-14 | gnu: emacs-paren-face: Update to 1.0.6....* gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.0.6. [synopsis, description]: Fix typo. | Nicolas Goaziou |
2020-07-14 | gnu: font-gnu-freefont: Update to 13.0.03....* gnu/packages/fonts.scm (font-gnu-unifont): Update to 13.0.03. | Efraim Flashner |
2020-07-14 | gnu: libzip: Update to 1.7.2....* gnu/packages/compression.scm (libzip): Update to 1.7.2. | Tobias Geerinckx-Rice |
2020-07-14 | gnu: mutt: Update to 1.14.6....* gnu/packages/mail.scm (mutt): Update to 1.14.6. | Tobias Geerinckx-Rice |
2020-07-14 | gnu: mbedtls-apache-for-hiawatha: Fix....There's already a custom embedtls-apache variant for Hiawatha. Fix it instead of enabling threading for embedtls-apache. * gnu/packages/tls.scm (embedtls-for-hiawatha): Fix usage of SUBSTITUTE-KEYWORD-ARGUMENTS. Disable -Wformat-signedness. (embedtls-for-hiawatha): Remove ‘enable-features’ phase. | Tobias Geerinckx-Rice |
2020-07-14 | gnu: usb-modeswitch: Use CC-FOR-TARGET....* gnu/packages/usb-modeswitch.scm (usb-modeswitch)[arguments]: Use CC-FOR-TARGET. | Tobias Geerinckx-Rice |
2020-07-14 | gnu: usb-modeswitch: Update to 2.6.1....* gnu/packages/usb-modeswitch.scm (usb-modeswitch): Update to 2.6.1. | Tobias Geerinckx-Rice |
2020-07-14 | gnu: hiawatha: Update to 10.11....* gnu/packages/web.scm (hiawatha): Update to 10.11. | Tobias Geerinckx-Rice |
2020-07-14 | gnu: mbedtls-apache: Update to 2.23.0 [security fixes]....* gnu/packages/tls.scm (mbedtls-apache): Update to 2.23.0. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Make source files writable. Enable threading. | Tobias Geerinckx-Rice |
2020-07-14 | gnu: singularity: Refer to egrep....* gnu/packages/linux.scm (singularity)[arguments]: Rename ‘patch-reference-to-squashfs-tools’ to ‘patch-references’ and add egrep. Reported by slimjim on #guix. | Tobias Geerinckx-Rice |
2020-07-14 | gnu: urlscan: Edit description....* gnu/packages/mail.scm (urlscan)[description]: Replace inappropriate @code{}. | Tobias Geerinckx-Rice |
2020-07-14 | gnu: fping: Edit description....* gnu/packages/networking.scm (fping)[description]: Fix a typo & mark it up. | Tobias Geerinckx-Rice |
2020-07-13 | gnu: emacs-delight: Update to 1.7....* gnu/packages/emacs-xyz.scm (emacs-delight): Update to 1.7. | Nicolas Goaziou |
2020-07-13 | gnu: emacs-hyperbole: Update to 7.1.2....* gnu/packages/emacs-xyz.scm (emacs-hyperbole): Update to 7.1.2. | Nicolas Goaziou |
2020-07-13 | gnu: tremc: Update to 0.9.2....* gnu/packages/bittorrent.scm (tremc): Update to 0.9.2. | Leo Famulari |
2020-07-13 | gnu: sslh: Update to 1.21....* gnu/packages/networking.scm (sslh): Update to 1.21. | Tobias Geerinckx-Rice |
2020-07-13 | gnu: urlscan: Update to 0.9.5....* gnu/packages/mail.scm (urlscan): Update to 0.9.5. | Tobias Geerinckx-Rice |
2020-07-13 | gnu: fping: Update to 4.3....* gnu/packages/networking.scm (fping): Update to 4.3. | Tobias Geerinckx-Rice |
2020-07-13 | gnu: claws-mail: Update to 3.17.6....* gnu/packages/mail.scm (claws-mail): Update to 3.17.6. | Tobias Geerinckx-Rice |
2020-07-13 | gnu: micropython: Update to 1.12....* gnu/packages/python.scm (micropython): Update to 1.12. [arguments]: Add phase to compile mpy-cross before compiling micropython. | Efraim Flashner |
2020-07-13 | gnu: Add r-rselenium....* gnu/packages/cran.scm (r-rselenium): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Peter Lo |
2020-07-13 | gnu: Add r-wdman....* gnu/packages/cran.scm (r-wdman): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Peter Lo |
2020-07-13 | gnu: Add r-binman....* gnu/packages/cran.scm (r-binman): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Peter Lo |
2020-07-13 | gnu: Add r-semver....* gnu/packages/cran.scm (r-semver): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Peter Lo |
2020-07-13 | gnu: Add r-rismed....* gnu/packages/cran.scm (r-rismed): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Peter Lo |
2020-07-13 | gnu: python2-pyopengl: Remove....* gnu/packages/python-xyz.scm (python2-pyopengl): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Lars-Dominik Braun |
2020-07-13 | gnu: python2-pyopengl-accelerate: Remove....* gnu/packages/python-xyz.scm (python2-pyopengl-accelerate): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Lars-Dominik Braun |