diff options
author | msglm <msglm@techchud.xyz> | 2024-07-06 22:52:36 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-07-06 22:52:36 -0500 |
commit | 36cff3a062c5fb443f390a37db042a1c5cf668ea (patch) | |
tree | cc2c4fa8e29ea0bfac8e1f863edbc243f671bdb5 | |
parent | f63b4d3bd0fec261ec26064e4b4de2d070eeea0d (diff) | |
download | guix-msglm-36cff3a062c5fb443f390a37db042a1c5cf668ea.tar.gz guix-msglm-36cff3a062c5fb443f390a37db042a1c5cf668ea.tar.bz2 guix-msglm-36cff3a062c5fb443f390a37db042a1c5cf668ea.zip |
fix commit hash
-rw-r--r-- | sherlock.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sherlock.scm b/sherlock.scm index b209ab5..e99c5b6 100644 --- a/sherlock.scm +++ b/sherlock.scm @@ -91,7 +91,7 @@ (commit version) )) (sha256 - (base32 "18czcf3z7qdxpm329gw3ybzrbr1nh2vigv1c7ss4wmh6q380giaf")) + (base32 "0lb1r5fkwxm1zyxsax5aq3gp77gjz22i0agz6zyw5j9zrwb7c5g9")) (modules '((guix build utils))) (patches (search-patches "aux-files/sherlock/setuppy-support.patch")) |