gnu: scenefx: Update to 0.2.1.
* gnu/packages/wm.scm (scenefx): Update to 0.2.1.
Change-Id: I064288e9dcbcde9e6a9b4dfd6d62dce66a7c8368
Signed-off-by: Andreas Enge <andreas@enge.fr>
gnu: linux-libre 6.1: Update to 6.1.133.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.133.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: I97ed1899a4e8cb12934b2bcd82f9f89f1c48198a
gnu: linux-libre 6.6: Update to 6.6.86.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.86.
(linux-libre-6.6-pristine-source): Update hash.
Change-Id: Ic81199ffa3f4af39fbd790cce59210242997ed2d
gnu: linux-libre 6.12: Update to 6.12.22.
* gnu/packages/linux.scm (linux-libre-6.12-version): Update to 6.12.22.
(linux-libre-6.12-pristine-source): Update hash.
Change-Id: Iceec7a618b42342abeed12670d3215c04ede1ab4
gnu: linux-libre: Update to 6.13.10.
* gnu/packages/linux.scm (linux-libre-6.13-version): Update to 6.13.10.
(linux-libre-6.13-pristine-source): Update hash.
Change-Id: I184364932f73790f6b8499d00beabeee7cee54ac
gnu: Add fscryptctl.
* gnu/packages/file-systems.scm (fscryptctl): New variable.
Change-Id: I98b0100402307d0f3e0af6d46e0d1abbf7cd59d5
Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: Add fscrypt.
* gnu/packages/file-systems.scm (fscrypt): New variable.
Change-Id: I7df45a9345726480518c598583a10b6e905e8a1f
Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: Add go-github-com-wadey-gocovmerge.
* gnu/packages/golang-xyz.scm (go-github-com-wadey-gocovmerge): New variable.
Change-Id: Idde447ff494064fbc74c973b49ff0fd5699f9346
gnu: linux-libre: The kernel supports encryption at the file-system level.
This enables kernel support for transparent encryption of files and directions
via the fscrypt library:
https://www.kernel.org/doc/html/v6.13/filesystems/fscrypt.html
* gnu/packages/linux.scm (default-extra-linux-options): Add CONFIG_FS_ENCRYPTION.
Change-Id: Ibee34871a25e880e7c16eaa51ddebee85ee172f5
Signed-off-by: Leo Famulari <leo@famulari.name>
services: Make the urandom-seed-service-type return success properly.
Reported by nigko on #guix:
https://logs.guix.gnu.org/guix/2025-04-05.log#201718
* gnu/services/base.scm (urandom-seed-shepherd-service): Return #f when
stopped.
Change-Id: I8212508e4a017270e4e9284b43170cd17999e8b4
gnu: trealla: Update to 2.68.4.
* gnu/packages/prolog.scm (trealla): Update to 2.68.4.
Change-Id: Ie2613fb111658c764922771d12694065d3c3842b
gnu: font-adobe-source-code-pro: Update to 2.042R-u-1.062R-i-1.026R-vf.
* gnu/packages/fonts.scm (font-adobe-source-code-pro): Update to
2.042R-u-1.062R-i-1.026R-vf.
[source]<commit>: Update substitution pattern for version string.
Change-Id: I40b0e44d867341dbc3ef32829619c83621d06c11
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
gnu: emacs-cape: Update to 2.0.
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 2.0.
[arguments]<#:phases>: Don't install info file explicitely in makeinfo.
Change-Id: I46abd7feb31ded4acc5769b1288393cb4f4f32d4
Signed-off-by: Hilton Chain <hako@ultrarare.space>
gnu: emacs-pinentry: Update to 0.1-2.0079964.
* gnu/packages/emacs-xyz.scm (emacs-pinentry): Update to 0.1-2.0079964.
[source]: Use git-fetch.
Change-Id: I56247418636c4ed708aa41701bdf2066b62a36cb
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
gnu: emacs-org-roam: Update to 2.2.2-2.046822b.
* gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 2.2.2-2.046822b.
[propagated-inputs]: Remove emacs-f, emacs-org, emacs-s.
[arguments]<#:phases>: Produce info document using provided makefile.
Change-Id: I70cdd629a92145ad4cf5d965e53ce34f71117c7f
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
gnu: emacs-magit: Update to 4.3.2.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 4.3.2.
Change-Id: Ifbfd0e81d2437b209a1aa6c6868517b9f81900cb
Signed-off-by: Hilton Chain <hako@ultrarare.space>
home: services: msmtp: Accept g-expressions for ‘password-eval’.
This allows users to specify:
(password-eval #~(string-append
#$(file-append libsecret "/bin/secret-tool")
"…"))
* gnu/home/services/mail.scm (string-or-gexp?): New variable.
(maybe-string-or-gexp): New record type
(msmtp-configuration-serialize-string-or-gexp): New variable.
(msmtp-configuration) [password-eval]: Change type.
Change-Id: Id3016956250c447b301b40f29a6509d57058be49
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: services: mail: Remove duplicate in dovecot-configuration.
* gnu/services/mail.scm(dovecot-configuration): [namespaces] Remove duplicate
entry "Drafts".
Change-Id: Ibbdb45ede34b1c4aba8ae460e408e554120880e9
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
home: services: Re-export ‘simple-service‘.
* gnu/home/services.scm: Re-export ‘simple-service‘.
Change-Id: Id680af7050fa23d112e4172d96c15470c3dbeaf9
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
services: anonip: Rotate log files.
* gnu/services/web.scm (anonip-log-files): New procedure.
(anonip-service-type): Use it to extend ‘log-rotation-service-type’.
* doc/guix.texi (Log Rotation): Document it.
Change-Id: I903bb79e0992b794bb0a40e504283cd57a8a087b