Age | Commit message (Collapse) | Author |
|
* gnu/packages/mpd.scm (mpd): Update to 0.22.6.
|
|
* gnu/packages/dns.scm (unbound): Update to 1.13.1.
|
|
* gnu/packages/mail.scm (isync): Update to 1.4.1.
|
|
* gnu/packages/mail.scm (fetchmail): Update to 6.4.16.
|
|
* gnu/packages/gl.scm (glfw): Update to 3.3.3.
|
|
* gnu/packages/linux.scm (powerstat): Update to 0.02.25.
|
|
* gnu/packages/lua.scm (fennel): Update to 0.8.1.
|
|
* gnu/packages/lxde.scm (libfm-extra)[description]: Add missing article.
|
|
* gnu/packages/lxde.scm (pcmanfm): Update to 1.3.2.
|
|
* gnu/packages/lxde.scm (libfm): Update to 1.3.2.
|
|
* gnu/packages/linux.scm (sysstat): Update to 12.4.3.
|
|
* gnu/packages/linux.scm (pipewire): Update to 0.3.22.
|
|
* gnu/packages/libreoffice.scm (libnumbertext): Update to 1.0.7.
|
|
* gnu/packages/libreoffice.scm (libodfgen): Update to 0.1.8.
[inputs]: Add libxml2.
|
|
* gnu/packages/linux.scm (compsize)[arguments]: Use CC-FOR-TARGET.
|
|
* gnu/packages/linux.scm (compsize): Update to 1.5.
|
|
* gnu/packages/linux.scm (ipset): Update to 7.11.
|
|
* gnu/packages/dns.scm (yadifa): Update to 2.4.2.
|
|
* gnu/packages/nano.scm (nano): Update to 5.6.1.
|
|
* gnu/packages/admin.scm (tcpdump): Update to 4.99.0.
|
|
* gnu/packages/admin.scm (libpcap): Update to 1.10.0.
|
|
* gnu/packages/diffoscope.scm (diffoscope): Update to 168.
|
|
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.259.
(linux-libre-4.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.259.
(linux-libre-4.9-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.223.
(linux-libre-4.14-pristine-source): Update hash.
|
|
* gnu/packages/video.scm (libmatroska): Update to 1.6.3.
|
|
* gnu/packages/xml.scm (libebml): Update to 1.4.2.
|
|
* gnu/packages/image.scm (jasper): Update to 2.0.25.
|
|
* gnu/packages/python-xyz.scm (python-pillow): Update to 8.1.1.
|
|
* gnu/packages/tls.scm (python-acme): Update to 1.12.0.
(certbot): Update to 1.12.0.
[arguments]: Replace the 'build-documentation' phase.
|
|
* gnu/packages/ocaml.scm (ocaml-4.07): Implement bootstrap via camlboot.
|
|
* gnu/packages/ocaml.scm (camlboot): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.7.
|
|
* gnu/services/shepherd.scm (assert-valid-graph): Make public.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes a regression introduced in
c6d6aee6659acb293eb33f498fdac3b47a19a48, where #:reference-graphs would
end up referring to native inputs.
This would notably break the compilation of systems using a childhurd,
because they would attempt to build the 'hurd' package natively.
* guix/gexp.scm (lower-reference-graphs)[tuple->gexp-input]: Honor TARGET.
* tests/gexp.scm ("gexp->derivation #:references-graphs cross-compilation"):
New test.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 20210224.
|
|
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20210224.
|
|
* gnu/packages/lisp-xyz.scm (cl-tooter, ecl-tooter, sbcl-tooter): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/bioinformatics.scm (infernal): Update to 1.1.4.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/bioinformatics.scm (hmmer): Update to 3.3.2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/admin.scm (bpytop): Update to 1.0.63.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/lisp-xyz.scm (cl-html-diff, ecl-cl-html-diff,
sbcl-cl-html-diff): New variables.
Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
|
|
* gnu/packages/lisp-xyz.scm (cl-difflib, ecl-cl-difflib, sbcl-cl-difflib): New variables.
Signed-off-by: Pierre Neidhardt <mail@ambrevar.xyz>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-file-attributes): Update to 20210302.
|
|
* gnu/packages/patches/openssh-fix-ssh-copy-id.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Also unregister it.
* gnu/packages/ssh.scm (openssh): Update to 8.5p1.
|
|
* gnu/packages/telephony.scm (osip): Update to 5.2.0.
|
|
* guix/openpgp.scm (hash-algorithm-name): Remove. This procedure has
been provided by Guile-Gcrypt since 0.3.0.
|
|
* gnu/packages/sync.scm (usync)[propagated-inputs]: Move SCSH to...
[inputs]: ... here. New field.
[arguments]: Add #:phases.
|
|
* gnu/packages/sync.scm (usync): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Commit 8f710cc598fb675d267f49a82cffc197f03ad52c introduced a circular
dependency between ocaml.scm and llvm.scm by referring to 'llvm' from
the top level of ocaml.scm. This fixes it.
* gnu/packages/ocaml.scm (make-ocaml-llvm, ocaml-llvm)
(ocaml-llvm-9, ocaml-llvm-10, ocaml-llvm-11): Move to...
* gnu/packages/llvm.scm: ... here.
|