aboutsummaryrefslogtreecommitdiff
path: root/etc/source-manifest.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2024-12-12 15:29:20 +0100
committerGuillaume Le Vaillant <glv@posteo.net>2024-12-12 15:29:20 +0100
commit17dacde81ae69da52a3fcf61b0d98fda4062b69c (patch)
tree039042c9e32e50e4a3dba5bb3a5722d35da01b5a /etc/source-manifest.scm
parent9ef5533123bc2394b02fbbeaca1a5f50773b796d (diff)
downloadguix-17dacde81ae69da52a3fcf61b0d98fda4062b69c.tar.gz
guix-17dacde81ae69da52a3fcf61b0d98fda4062b69c.zip
gnu: cl-simple-matrix: Update to 1.2-0.76b1df4.
* gnu/packages/lisp-xyz.scm (sbcl-simple-matrix): Update to 1.2-0.76b1df4. Change-Id: Iad0abf2dad881e2c59b7f9e94fa3c3b04b62562d
Diffstat (limited to 'etc/source-manifest.scm')
0 files changed, 0 insertions, 0 deletions
31:06 -0400'>2021-05-05services: Fix the spice-vdagent service.Maxim Cournoyer * gnu/services/spice.scm (spice-vdagent-activation): Update runtime directory from /var/run/spice-vdagentd to /run/spice-vdagentd. (spice-vdagent-service-type): Specify a default value and fix indentation. 2020-04-21services: Don't use the deprecated 'make-forkexec-constructor' call.Ludovic Courtès Passing 'make-forkexec-constructor' a string or several string arguments has been deprecated since dmd 0.1. * gnu/services/base.scm (rngd-service-type): In 'start' method, pass a list as the first argument to 'make-forkexec-constructor'. * gnu/services/desktop.scm (bluetooth-shepherd-service): Likewise. * gnu/services/spice.scm (spice-vdagent-shepherd-service): Likewise.