summaryrefslogtreecommitdiffstats
path: root/stashley.scm
diff options
context:
space:
mode:
authormsglm <msglm@techchud.xyz>2023-08-08 09:20:38 -0500
committermsglm <msglm@techchud.xyz>2023-08-08 09:20:38 -0500
commit0286cf54dd91a42122762feb189cdef021613bb1 (patch)
tree2d8d63fb1eb6a5fae2642355760025fcf186f770 /stashley.scm
parentca65550219465783b4c285b8f30e955a1bcb21a9 (diff)
downloadguix-msglm-0286cf54dd91a42122762feb189cdef021613bb1.tar.gz
guix-msglm-0286cf54dd91a42122762feb189cdef021613bb1.tar.bz2
guix-msglm-0286cf54dd91a42122762feb189cdef021613bb1.zip
stashley bumped to v1.0.6
Diffstat (limited to 'stashley.scm')
-rw-r--r--stashley.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/stashley.scm b/stashley.scm
index 820839c..c1892de 100644
--- a/stashley.scm
+++ b/stashley.scm
@@ -12,7 +12,7 @@
(define-public stashley
(package
(name "stashley")
- (version "1.0.5")
+ (version "1.0.6")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -24,12 +24,11 @@
"1yl2f1hhra2951fgmqjhfjgm68kcasxvrj0lcs7mjrga5rdx0m91"))))
(build-system copy-build-system)
(inputs
- (list
+ (list
yt-dlp
gallery-dl
wget
- python-yq
- ))
+ python-yq))
(arguments
'(#:install-plan '(("stashley" "/bin/stashley"))))
(synopsis "Program using TOML files to archive personalities to IPFS")