diff options
author | msglm <msglm@techchud.xyz> | 2023-08-08 09:41:02 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-08-08 09:41:02 -0500 |
commit | 70ef0994f49444472964d7a6b8e184723db5f6bd (patch) | |
tree | 51a9066cd5f10a5144fd328adccf3e39202d400f | |
parent | bbf21736a0fd000a5c07289496a80c77f26b982a (diff) | |
download | guix-msglm-70ef0994f49444472964d7a6b8e184723db5f6bd.tar.gz guix-msglm-70ef0994f49444472964d7a6b8e184723db5f6bd.tar.bz2 guix-msglm-70ef0994f49444472964d7a6b8e184723db5f6bd.zip |
bump stashley to v1.0.7
-rw-r--r-- | stashley.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stashley.scm b/stashley.scm index 41f990f..1cfcf2d 100644 --- a/stashley.scm +++ b/stashley.scm @@ -12,7 +12,7 @@ (define-public stashley (package (name "stashley") - (version "1.0.6") + (version "1.0.7") (source (origin (method git-fetch) (uri (git-reference @@ -21,7 +21,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "19slv3whlrri5msqsqbb28m4h51gdpqzqsc5a0h421nf5f0v7k99")))) + "0jx84p2krz7zfg2qwf4a9cb2dfiq35iyv1daikrasvm9ajxa5i48")))) (build-system copy-build-system) (inputs (list |