diff options
Diffstat (limited to 'gnu/packages/sequoia.scm')
| -rw-r--r-- | gnu/packages/sequoia.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/sequoia.scm b/gnu/packages/sequoia.scm index 1676c09650..55d55b92ef 100644 --- a/gnu/packages/sequoia.scm +++ b/gnu/packages/sequoia.scm @@ -303,10 +303,11 @@ This Guix package is built to use the nettle cryptographic library.") ;; +;; This package follows the version of the sequoia-openpgp crate. (define-public sequoia (package (name "sequoia") - (version "2.2.0") + (version "2.3.0") (source #f) (build-system trivial-build-system) (arguments |
