diff options
author | Fredrik Salomonsson <plattfot@posteo.net> | 2020-10-09 15:12:43 -0700 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@posteo.net> | 2020-10-09 15:12:43 -0700 |
commit | f9c570d9f9837d1ac70552705775062c4ce64e7b (patch) | |
tree | 003bc12926d6c6d0ac0fc22b73f5b50412577ee0 | |
parent | cf7d95e09f69f420e2da5c333c3d01a2555c63ce (diff) | |
download | pinentry-rofi-2.0.1.tar.gz |
Add rofi dependency2.0.1
-rw-r--r-- | hall.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |