# GNU Guix --- Functional package management for GNU # Copyright © 2012, 2013, 2014, 2015, 2016, 2018, 2019, 2020 Ludovic Courtès # Copyright © 2016 Mathieu Lirzin # Copyright © 2020 Tobias Geerinckx-Rice # # This file is part of GNU Guix. # # GNU Guix is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or (at # your option) any later version. # # GNU Guix is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Guix. If not, see . # # Integration of the `guix-daemon' code taken from upstream Nix. # BUILT_SOURCES += %D%/libstore/schema.sql.hh CLEANFILES += %D%/l
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-30 11:23:55 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-01 00:13:41 +0200
commitdbc1fe20be094e5cd771e7abefb2000561b0d60e (patch)
treeee48ae5b9d3566bf08385903674ec64a7b919c70 /gnu/packages
parent0b66a8bbd8f5c17c1fae75075f5906a6e012bfd1 (diff)
downloadguix-dbc1fe20be094e5cd771e7abefb2000561b0d60e.tar.gz
guix-dbc1fe20be094e5cd771e7abefb2000561b0d60e.zip
gnu: signify: Update to 30.
* gnu/packages/crypto.scm (signify): Update to 30.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/crypto.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 4654be17b3..a45d2741e6 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -143,7 +143,7 @@ communication, encryption, decryption, signatures, etc.")
(define-public signify
(package
(name "signify")
- (version "29")
+ (version "30")
(home-page "https://github.com/aperezdc/signify")
(source (origin
(method url-fetch)