summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRutherther <rutherther@ditigal.xyz>2025-12-23 10:29:43 +0100
committerRutherther <rutherther@ditigal.xyz>2025-12-23 10:31:56 +0100
commitd339785a0fbd8f13930082a4fa7a73b6685630fd (patch)
treecfa3cd3dc367206de084242dc458a86ace7364da /gnu
parent2d4ed08662714ea46cfe0b41ca195d1ef845fd1b (diff)
gnu: guix: Update to 1.5.0rc1.
Change-Id: I5afcfb7071c559b356e435bdefb4624a2c4ffa00
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/package-management.scm15
1 files changed, 7 insertions, 8 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm
index eadaea4967d..71977aaa9f3 100644
--- a/gnu/packages/package-management.scm
+++ b/gnu/packages/package-management.scm
@@ -197,9 +197,9 @@
197 ;; Latest version of Guix, which may or may not correspond to a release. 197 ;; Latest version of Guix, which may or may not correspond to a release.
198 ;; Note: the 'update-guix-package.scm' script expects this definition to 198 ;; Note: the 'update-guix-package.scm' script expects this definition to
199 ;; start precisely like this. 199 ;; start precisely like this.
200 (let ((version "1.4.0") 200 (let ((version "1.5.0rc1")
201 (commit "21ce6b392ace4c4d22543abc41bd7c22596cd6d2") 201 (commit "2d4ed08662714ea46cfe0b41ca195d1ef845fd1b")
202 (revision 47)) 202 (revision 0))
203 (package 203 (package
204 (name "guix") 204 (name "guix")
205 205
@@ -215,7 +215,7 @@
215 (commit commit))) 215 (commit commit)))
216 (sha256 216 (sha256
217 (base32 217 (base32
218 "0q4f5aiqld1smjmq0k0y96wrrvn7pizsx8xzqk6m7f9f2qm7pdhc")) 218 "0z1ixlkzsaj978nh57179871xkzbf8zsf10xkcfs2647iznkx7az"))
219 (file-name (string-append "guix-" version "-checkout")))) 219 (file-name (string-append "guix-" version "-checkout"))))
220 (build-system gnu-build-system) 220 (build-system gnu-build-system)
221 (arguments 221 (arguments
@@ -234,10 +234,9 @@
234 (string-append "--with-bash-completion-dir=" 234 (string-append "--with-bash-completion-dir="
235 (assoc-ref %outputs "out") 235 (assoc-ref %outputs "out")
236 "/etc/bash_completion.d") 236 "/etc/bash_completion.d")
237 ;; TODO: Uncomment after guix is updated. 237 (string-append "--with-apparmor-profile-dir="
238 ;; (string-append "--with-apparmor-profile-dir=" 238 (assoc-ref %outputs "out")
239 ;; (assoc-ref %outputs "out") 239 "/etc/apparmor.d")
240 ;; "/etc/apparmor.d")
241 240
242 ;; Set 'DOT_USER_PROGRAM' to the empty string so 241 ;; Set 'DOT_USER_PROGRAM' to the empty string so
243 ;; we don't keep a reference to Graphviz, whose 242 ;; we don't keep a reference to Graphviz, whose