summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-06 11:19:42 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-06 20:19:42 +0200
commita58efac16039ac634e31aeacdd78a6f2b4a66dd1 (patch)
tree56cc1641c31d18ba6fd623496a543b81a74d8062
parent593bb456e42bcb8f9874d207c2fb7ae7b5919ec2 (diff)
downloadnixlib-a58efac16039ac634e31aeacdd78a6f2b4a66dd1.tar
nixlib-a58efac16039ac634e31aeacdd78a6f2b4a66dd1.tar.gz
nixlib-a58efac16039ac634e31aeacdd78a6f2b4a66dd1.tar.bz2
nixlib-a58efac16039ac634e31aeacdd78a6f2b4a66dd1.tar.lz
nixlib-a58efac16039ac634e31aeacdd78a6f2b4a66dd1.tar.xz
nixlib-a58efac16039ac634e31aeacdd78a6f2b4a66dd1.tar.zst
nixlib-a58efac16039ac634e31aeacdd78a6f2b4a66dd1.zip
libodfgen: 0.1.6 -> 0.1.7 (#42246)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libodfgen/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 0.1.7 with grep in /nix/store/9ngbm7b2sd2zvagliqnlgvx892ay7wm9-libodfgen-0.1.7
- directory tree listing: https://gist.github.com/6a8d890d4d5134b3b823c052014dfbd6
- du listing: https://gist.github.com/294321ff72a9aa97f89b6941ab62412d
-rw-r--r--pkgs/development/libraries/libodfgen/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/libodfgen/default.nix b/pkgs/development/libraries/libodfgen/default.nix
index 8a3e22ef31f7..54f1d2617287 100644
--- a/pkgs/development/libraries/libodfgen/default.nix
+++ b/pkgs/development/libraries/libodfgen/default.nix
@@ -3,11 +3,11 @@ let
   s = # Generated upstream information
   rec {
     baseName="libodfgen";
-    version="0.1.6";
+    version="0.1.7";
     name="${baseName}-${version}";
-    hash="1sdr42f0bigip14zhs51m0zdwwzzl1mwmk882l4khpph8jmi1ch3";
-    url="mirror://sourceforge/project/libwpd/libodfgen/libodfgen-0.1.6/libodfgen-0.1.6.tar.xz";
-    sha256="1sdr42f0bigip14zhs51m0zdwwzzl1mwmk882l4khpph8jmi1ch3";
+    hash="0cdq48wlpp8m0qmndybv64r0m4vh0qsqx69cn6ms533cjlgljgij";
+    url="mirror://sourceforge/project/libwpd/libodfgen/libodfgen-0.1.7/libodfgen-0.1.7.tar.xz";
+    sha256="0cdq48wlpp8m0qmndybv64r0m4vh0qsqx69cn6ms533cjlgljgij";
   };
   nativeBuildInputs = [ pkgconfig ];
   buildInputs = [