Skip to content

Commit

Permalink
gnu: guix: Update to 9ccc94a.
Browse files Browse the repository at this point in the history
This brings the ABI of the 'guix' package in line with the current one,
fixing things built against the 'guix' package such as 'emacs-guix'.

Fixes <https://issues.guix.gnu.org/59864>.
Reported by Amade Nemes Gmail <[email protected]>.

* gnu/packages/package-management.scm (guix): Update to 9ccc94a.
  • Loading branch information
civodul committed Dec 7, 2022
1 parent 9ccc94a commit 81191e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gnu/packages/package-management.scm
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@
;; Note: the 'update-guix-package.scm' script expects this definition to
;; start precisely like this.
(let ((version "1.4.0rc1")
(commit "020184fd39c6244e0336db3c608d3946b8d20490")
(revision 0))
(commit "9ccc94afb266428b7feeba805617d31eb8afb23c")
(revision 1))
(package
(name "guix")

Expand All @@ -182,7 +182,7 @@
(commit commit)))
(sha256
(base32
"1489fdxdb86shx6bnfs8kihhvw44xqiv6fkx3b67cyw1dakxh1m4"))
"1asx4jqjdp56r9m693ikrzxn4vaga846v2j6956xkavyj19x42nh"))
(file-name (string-append "guix-" version "-checkout"))))
(build-system gnu-build-system)
(arguments
Expand Down

0 comments on commit 81191e3

Please sign in to comment.