diff options
author | msglm <msglm@techchud.xyz> | 2023-08-09 01:33:25 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-08-09 01:33:25 -0500 |
commit | f1156a7086a61e82b06097aaca8fc9246ff0ed0c (patch) | |
tree | 69287cb92f449d3df51a8d229db547a2f7e69c00 /stashley.scm | |
parent | dfe6e7041828cfc8acfdc776663ba4d405e32ac4 (diff) | |
download | guix-msglm-f1156a7086a61e82b06097aaca8fc9246ff0ed0c.tar.gz guix-msglm-f1156a7086a61e82b06097aaca8fc9246ff0ed0c.tar.bz2 guix-msglm-f1156a7086a61e82b06097aaca8fc9246ff0ed0c.zip |
bump stashley to v1.0.8
Diffstat (limited to 'stashley.scm')
-rw-r--r-- | stashley.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stashley.scm b/stashley.scm index 1cfcf2d..d8ba3a8 100644 --- a/stashley.scm +++ b/stashley.scm @@ -12,7 +12,7 @@ (define-public stashley (package (name "stashley") - (version "1.0.7") + (version "1.0.8") (source (origin (method git-fetch) (uri (git-reference |