diff options
author | msglm <msglm@techchud.xyz> | 2024-05-06 06:40:41 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-05-06 06:40:41 -0500 |
commit | 675aee1b94bfd53bc90b5e8454291e18b0c69540 (patch) | |
tree | a6a4d96cd0cad98c87d96f7820c00ee4d3125a81 /sherlock.scm | |
parent | e247585818df7405e593eadb8503da4d8b9c9fe5 (diff) | |
download | guix-msglm-675aee1b94bfd53bc90b5e8454291e18b0c69540.tar.gz guix-msglm-675aee1b94bfd53bc90b5e8454291e18b0c69540.tar.bz2 guix-msglm-675aee1b94bfd53bc90b5e8454291e18b0c69540.zip |
update sherlock and rclip
Diffstat (limited to 'sherlock.scm')
-rw-r--r-- | sherlock.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sherlock.scm b/sherlock.scm index d6d54d2..c6d5b14 100644 --- a/sherlock.scm +++ b/sherlock.scm @@ -82,7 +82,7 @@ (define-public python-sherlock (package (name "sherlock") - (version "55c680fde1d6eb94e55870e1be6243c88732cea8") + (version "31ab96675caae23c18f80dc724f2db4fbe9b78f3") (source (origin (method git-fetch) |