aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorKenny Ballou <kb@devnulllabs.io>2022-11-08 10:41:01 -0700
committerKenny Ballou <kb@devnulllabs.io>2022-11-08 10:43:26 -0700
commit2fb51451b79e17ba80b6d50478127f5e1f75e065 (patch)
tree0c7cfd33e853f3d10a07d2cf40132c26faf4e042 /config
parent5bb368cc251f998611c1ed8d62672ff3673052bf (diff)
downloaddotfiles-2fb51451b79e17ba80b6d50478127f5e1f75e065.tar.gz
dotfiles-2fb51451b79e17ba80b6d50478127f5e1f75e065.tar.xz
guix: update channels
The `guix describe` command does not output a stable ordering of channels. Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config')
-rw-r--r--config/guix/channels.scm80
1 files changed, 40 insertions, 40 deletions
diff --git a/config/guix/channels.scm b/config/guix/channels.scm
index 10301528..3605775a 100644
--- a/config/guix/channels.scm
+++ b/config/guix/channels.scm
@@ -1,44 +1,44 @@
(list (channel
- (name 'guix)
- (url "https://git.savannah.gnu.org/git/guix.git")
- (branch "master")
- (commit
- "93d257c3cb23b1b3777d4cecf138dfc37f123f9a")
- (introduction
- (make-channel-introduction
- "9edb3f66fd807b096b48283debdcddccfea34bad"
- (openpgp-fingerprint
- "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
+ (name 'guix)
+ (url "https://git.savannah.gnu.org/git/guix.git")
+ (branch "master")
+ (commit
+ "96ae718c516a289124a0b91ceeef78b20d187825")
+ (introduction
+ (make-channel-introduction
+ "9edb3f66fd807b096b48283debdcddccfea34bad"
+ (openpgp-fingerprint
+ "BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
(channel
- (name 'nonguix)
- (url "https://gitlab.com/nonguix/nonguix")
- (branch "master")
- (commit
- "4399c012e4bb5460c1807285ed98fb5455816f8c")
- (introduction
- (make-channel-introduction
- "ca0837cc70d5b4d3fce83b34c31b3378f60f4498"
- (openpgp-fingerprint
- "8141 6036 E81A 5CF7 8F80 1071 ECFC 8398 8B4E 4B9F"))))
+ (name 'nonguix)
+ (url "https://gitlab.com/nonguix/nonguix")
+ (branch "master")
+ (commit
+ "dfc2b256ebe208605c7da1b35ab0bfd8304ae675")
+ (introduction
+ (make-channel-introduction
+ "ca0837cc70d5b4d3fce83b34c31b3378f60f4498"
+ (openpgp-fingerprint
+ "8141 6036 E81A 5CF7 8F80 1071 ECFC 8398 8B4E 4B9F"))))
(channel
- (name 'kbg)
- (url "https://git.sr.ht/~kennyballou/guix-channel.git")
- (branch "master")
- (commit
- "a5da35c59a056000bfb16a7a5f3301472fc2fdf2")
- (introduction
- (make-channel-introduction
- "a5da35c59a056000bfb16a7a5f3301472fc2fdf2"
- (openpgp-fingerprint
- "B74C C4B4 1148 C3DB 364B C211 82D9 4B35 744E 1B34"))))
+ (name 'kbg)
+ (url "https://git.sr.ht/~kennyballou/guix-channel.git")
+ (branch "master")
+ (commit
+ "a5da35c59a056000bfb16a7a5f3301472fc2fdf2")
+ (introduction
+ (make-channel-introduction
+ "a5da35c59a056000bfb16a7a5f3301472fc2fdf2"
+ (openpgp-fingerprint
+ "B74C C4B4 1148 C3DB 364B C211 82D9 4B35 744E 1B34"))))
(channel
- (name 'emacs)
- (url "https://github.com/babariviere/guix-emacs.git")
- (branch "master")
- (commit
- "014b733624d3915eee6c62c4e57ff23706c22306")
- (introduction
- (make-channel-introduction
- "8d45521e2aeac063fba926d375b1a202c5487275"
- (openpgp-fingerprint
- "3625 EE6E E04C 2179 AF71 6983 A09D 60B1 44D1 75FE")))))
+ (name 'emacs)
+ (url "https://github.com/babariviere/guix-emacs.git")
+ (branch "master")
+ (commit
+ "05f20038c7370094cb3c6ccdce1833ef98ce2544")
+ (introduction
+ (make-channel-introduction
+ "8d45521e2aeac063fba926d375b1a202c5487275"
+ (openpgp-fingerprint
+ "3625 EE6E E04C 2179 AF71 6983 A09D 60B1 44D1 75FE")))))