aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Salomonsson <plattfot@posteo.net>2020-10-09 15:12:43 -0700
committerFredrik Salomonsson <plattfot@posteo.net>2020-10-09 15:12:43 -0700
commitf9c570d9f9837d1ac70552705775062c4ce64e7b (patch)
tree003bc12926d6c6d0ac0fc22b73f5b50412577ee0
parentcf7d95e09f69f420e2da5c333c3d01a2555c63ce (diff)
downloadpinentry-rofi-f9c570d9f9837d1ac70552705775062c4ce64e7b.tar.gz
Add rofi dependency2.0.1
-rw-r--r--hall.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/hall.scm b/hall.scm
index 3a2178c..43f8efb 100644
--- a/hall.scm
+++ b/hall.scm
@@ -1,7 +1,7 @@
(hall-description
(name "pinentry-rofi")
(prefix "")
- (version "2.0.0")
+ (version "2.0.1")
(author "Fredrik Salomonsson")
(copyright (2020))
(synopsis "Rofi frontend to pinentry")
@@ -10,7 +10,7 @@
(home-page
"https://github.com/plattfot/pinentry-rofi/")
(license gpl3+)
- (dependencies `())
+ (dependencies `(("rofi" ,rofi)))
(files (libraries ((scheme-file "pinentry-rofi")))
(tests ((directory
"tests"