diff options
author | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:00 -0500 |
---|---|---|
committer | techchud <protrude_paying969@simplelogin.com> | 2025-08-17 19:24:00 -0500 |
commit | 5f3ecc7cacb121998cfc891c851a92f42f06d135 (patch) | |
tree | 12baf6cd04df98f89e06ec431cb324483e1223fb /stashley.scm | |
parent | 3dc4d8ac97150765553f4474258c7024a1bc4a59 (diff) | |
download | guix-techchud-5f3ecc7cacb121998cfc891c851a92f42f06d135.tar.gz guix-techchud-5f3ecc7cacb121998cfc891c851a92f42f06d135.tar.bz2 guix-techchud-5f3ecc7cacb121998cfc891c851a92f42f06d135.zip |
bump stashley to v1.1.0
Diffstat (limited to 'stashley.scm')
-rw-r--r-- | stashley.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stashley.scm b/stashley.scm index 516ffed..8da7aff 100644 --- a/stashley.scm +++ b/stashley.scm @@ -12,7 +12,7 @@ (define-public stashley (package (name "stashley") - (version "1.0.8") + (version "1.0.10") (source (origin (method git-fetch) (uri (git-reference @@ -21,7 +21,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "07s1cjjk6vlfh52k2r1095zs1r8rr1c3rj468ax5b1hrvpclaqgs")))) + "12dclpkpx30wcxv62axm3x7nhd1zgnp1dlh11kiv1azhfwz5cgyw")))) (build-system copy-build-system) (inputs (list |