libjcat: 0.1.6 -> 0.1.7

This commit is contained in:
Jan Tojnar 2021-05-10 10:13:31 +02:00 committed by Jonathan Ringer
parent e529976fbc
commit 23d1505f89

View file

@ -8,7 +8,6 @@
, gpgme
, gobject-introspection
, vala
, help2man
, gtk-doc
, meson
, ninja
@ -19,7 +18,7 @@
stdenv.mkDerivation rec {
pname = "libjcat";
version = "0.1.6";
version = "0.1.7";
outputs = [ "bin" "out" "dev" "devdoc" "man" "installedTests" ];
@ -27,7 +26,7 @@ stdenv.mkDerivation rec {
owner = "hughsie";
repo = "libjcat";
rev = version;
sha256 = "sha256-X+mFl0YZpnt6zzvVTGZN7PROVUaQ8ZmU3T0EgyoZX6g=";
sha256 = "sha256-WYCYRFjjy9nr1p1SqzBGCBZ5vkhFybddXpHUcwdEDIQ=";
};
patches = [
@ -43,7 +42,6 @@ stdenv.mkDerivation rec {
docbook-xsl-nons
gobject-introspection
vala
help2man
gtk-doc
(python3.withPackages (pkgs: with pkgs; [
setuptools