diff options
author | Fredrik Salomonsson <plattfot@gmail.com> | 2020-06-14 16:34:34 -0700 |
---|---|---|
committer | Fredrik Salomonsson <plattfot@gmail.com> | 2020-06-14 16:45:48 -0700 |
commit | 4fc32d09f35978156a0470841b2b4f2478098f64 (patch) | |
tree | ffca0665358221f7936cd78fa065717eb8a66cd9 /guix.scm | |
parent | 80ac41c848d2cd79343c529928c943581ee2d573 (diff) | |
download | pinentry-rofi-4fc32d09f35978156a0470841b2b4f2478098f64.tar.gz |
Bumping up 2.0.0
As the script lost the -guile prefix, and it is now split into a
module and a script.
Diffstat (limited to 'guix.scm')
-rw-r--r-- | guix.scm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,8 +12,8 @@ (package (name "pinentry-rofi") - (version "1.1.0") - (source "./pinentry-rofi-1.1.0.tar.gz") + (version "2.0.0") + (source "./pinentry-rofi-2.0.0.tar.gz") (build-system gnu-build-system) (arguments `(#:modules |