libjcat: 0.1.6 -> 0.1.7
This commit is contained in:
parent
e529976fbc
commit
23d1505f89
@ -8,7 +8,6 @@
|
|||||||
, gpgme
|
, gpgme
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, vala
|
, vala
|
||||||
, help2man
|
|
||||||
, gtk-doc
|
, gtk-doc
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
@ -19,7 +18,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libjcat";
|
pname = "libjcat";
|
||||||
version = "0.1.6";
|
version = "0.1.7";
|
||||||
|
|
||||||
outputs = [ "bin" "out" "dev" "devdoc" "man" "installedTests" ];
|
outputs = [ "bin" "out" "dev" "devdoc" "man" "installedTests" ];
|
||||||
|
|
||||||
@ -27,7 +26,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "hughsie";
|
owner = "hughsie";
|
||||||
repo = "libjcat";
|
repo = "libjcat";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "sha256-X+mFl0YZpnt6zzvVTGZN7PROVUaQ8ZmU3T0EgyoZX6g=";
|
sha256 = "sha256-WYCYRFjjy9nr1p1SqzBGCBZ5vkhFybddXpHUcwdEDIQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
@ -43,7 +42,6 @@ stdenv.mkDerivation rec {
|
|||||||
docbook-xsl-nons
|
docbook-xsl-nons
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
vala
|
vala
|
||||||
help2man
|
|
||||||
gtk-doc
|
gtk-doc
|
||||||
(python3.withPackages (pkgs: with pkgs; [
|
(python3.withPackages (pkgs: with pkgs; [
|
||||||
setuptools
|
setuptools
|
||||||
|
Loading…
Reference in New Issue
Block a user