diff options
author | Frederick Muriuki Muriithi | 2024-10-31 15:05:35 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-10-31 15:05:35 -0500 |
commit | 4f7958f850ce2547f4cabccde07f018899969114 (patch) | |
tree | 1c6d28635923a864611cf01981d0ce4a10e6b489 | |
parent | d5c6653520f970bef337ce6b159d6422e16af717 (diff) | |
download | guix-bioinformatics-fredmanglis/upgrade-guix-channel.tar.gz |
Downgrade guix channel back to b0b988c.fredmanglis/upgrade-guix-channel
Downgrade guix back to b0b988c to ensure that the containers build
without leading to python's requests library to fail to find the
appropriate TLS certificates.
-rw-r--r-- | .guix-channel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.guix-channel b/.guix-channel index 4bbc28a..e7e9a9a 100644 --- a/.guix-channel +++ b/.guix-channel @@ -14,7 +14,7 @@ (name guix) (url "https://git.savannah.gnu.org/git/guix.git") (branch "master") - (commit "2394a7f5fbf60dd6adc0a870366adb57166b6d8b") + (commit "b0b988c41c9e0e591274495a1b2d6f27fcdae15a") (introduction (channel-introduction (version 0) |