[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/18: gnu: jose: Update to 11.
From: |
guix-commits |
Subject: |
18/18: gnu: jose: Update to 11. |
Date: |
Tue, 18 May 2021 10:38:45 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 88847437d96cd6f9a69e78d7d57966aa862b6260
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue May 18 16:34:43 2021 +0200
gnu: jose: Update to 11.
* gnu/packages/jose.scm (jose): Update to 11.
[build-system]: Switch to Meson.
---
gnu/packages/jose.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/jose.scm b/gnu/packages/jose.scm
index 52f1fc8..3ac7921 100644
--- a/gnu/packages/jose.scm
+++ b/gnu/packages/jose.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2018 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
+;;; Copyright © 2021 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -21,7 +22,7 @@
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix utils)
- #:use-module (guix build-system gnu)
+ #:use-module (guix build-system meson)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages web)
#:use-module (gnu packages compression)
@@ -30,20 +31,20 @@
(define-public jose
(package
(name "jose")
- (version "10")
+ (version "11")
(source (origin
(method url-fetch)
(uri
- (string-append
"https://github.com/latchset/jose/releases/download/v10/jose-"
- version ".tar.bz2"))
+ (string-append "https://github.com/latchset/jose/releases/"
+ "download/v" version "/jose-" version ".tar.xz"))
(sha256
(base32
- "0wndxz3jqxfxnv5396da3kc1say7442m7mwk2dw9ykawagxxr72w"))))
+ "09c2kn9cjqkgx4g0rf6c2k3ng9970r468c9z7067j8kyf7ksywp2"))))
+ (build-system meson-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("jansson" ,jansson)
("zlib" ,zlib)
("libcrypto" ,openssl)))
- (build-system gnu-build-system)
(home-page "https://github.com/latchset/jose")
(synopsis "Object Signing and Encryption")
(description "C-language implementation of Javascript Object Signing and
- 06/18: gnu: samplv1: Update to 0.9.22., (continued)
- 06/18: gnu: samplv1: Update to 0.9.22., guix-commits, 2021/05/18
- 11/18: gnu: nix: Update to 2.3.11., guix-commits, 2021/05/18
- 15/18: gnu: python-libvirt: Update to 7.3.0., guix-commits, 2021/05/18
- 04/18: gnu: samplv1: Update to 0.9.22., guix-commits, 2021/05/18
- 05/18: gnu: drumkv1: Update to 0.9.22., guix-commits, 2021/05/18
- 07/18: gnu: padthv1: Update to 0.9.22., guix-commits, 2021/05/18
- 12/18: gnu: rxvt-unicode: Update to 9.26., guix-commits, 2021/05/18
- 14/18: gnu: libvirt: Update to 7.3.0., guix-commits, 2021/05/18
- 13/18: gnu: herbstluftwm: Update to 0.9.3., guix-commits, 2021/05/18
- 16/18: gnu: python-pyprind: Update to 2.11.3., guix-commits, 2021/05/18
- 18/18: gnu: jose: Update to 11.,
guix-commits <=
- 17/18: gnu: python-pdftotext: Update to 2.1.6., guix-commits, 2021/05/18