aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrik Salomonsson <plattfot@gmail.com>2020-06-14 16:34:34 -0700
committerFredrik Salomonsson <plattfot@gmail.com>2020-06-14 16:45:48 -0700
commit4fc32d09f35978156a0470841b2b4f2478098f64 (patch)
treeffca0665358221f7936cd78fa065717eb8a66cd9
parent80ac41c848d2cd79343c529928c943581ee2d573 (diff)
downloadpinentry-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.
-rw-r--r--ChangeLog4
-rw-r--r--guix.scm4
-rw-r--r--hall.scm2
3 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b7fa3a..18282b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-2020-06-12 Fredrik Salomonsson <plattfot@gmail.com>
- * 1.1.0:
+2020-06-14 Fredrik Salomonsson <plattfot@gmail.com>
+ * 2.0.0:
Using Hall to handle the project.
2020-05-11 Fredrik Salomonsson <plattfot@gmail.com>
* 1.0.2:
diff --git a/guix.scm b/guix.scm
index 744eede..0734e8a 100644
--- a/guix.scm
+++ b/guix.scm
@@ -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
diff --git a/hall.scm b/hall.scm
index 048917f..2ba93d3 100644
--- a/hall.scm
+++ b/hall.scm
@@ -1,7 +1,7 @@
(hall-description
(name "pinentry-rofi")
(prefix "")
- (version "1.1.0")
+ (version "2.0.0")
(author "Fredrik Salomonsson")
(copyright (2020))
(synopsis "Rofi frontend to pinentry")