summary refs log tree commit diff
path: root/pkgs/development/libraries/libwpg
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-02-26 21:29:02 -0800
committerRyan Mulligan <ryan@ryantm.com>2018-02-26 21:29:02 -0800
commit1e9a16923219bf68bdbca62935a6dead2728ec83 (patch)
tree5e948f7ad25b3867c40866eaf13b2519984956c7 /pkgs/development/libraries/libwpg
parentb63297b203e28f13ce7801c578afa30709cb4edd (diff)
downloadnixpkgs-1e9a16923219bf68bdbca62935a6dead2728ec83.tar
nixpkgs-1e9a16923219bf68bdbca62935a6dead2728ec83.tar.gz
nixpkgs-1e9a16923219bf68bdbca62935a6dead2728ec83.tar.bz2
nixpkgs-1e9a16923219bf68bdbca62935a6dead2728ec83.tar.lz
nixpkgs-1e9a16923219bf68bdbca62935a6dead2728ec83.tar.xz
nixpkgs-1e9a16923219bf68bdbca62935a6dead2728ec83.tar.zst
nixpkgs-1e9a16923219bf68bdbca62935a6dead2728ec83.zip
libwpg: 0.3.0 -> 0.3.2
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/fy1rzjb6d204ca4063ymw4n5gcrnh7hp-libwpg-0.3.2/bin/wpg2raw --version` and found version 0.3.2
- ran `/nix/store/fy1rzjb6d204ca4063ymw4n5gcrnh7hp-libwpg-0.3.2/bin/wpg2svg --version` and found version 0.3.2
- found 0.3.2 with grep in /nix/store/fy1rzjb6d204ca4063ymw4n5gcrnh7hp-libwpg-0.3.2
- found 0.3.2 in filename of file in /nix/store/fy1rzjb6d204ca4063ymw4n5gcrnh7hp-libwpg-0.3.2

cc ""
Diffstat (limited to 'pkgs/development/libraries/libwpg')
-rw-r--r--pkgs/development/libraries/libwpg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libwpg/default.nix b/pkgs/development/libraries/libwpg/default.nix
index 57dfe34132f..9d262910e14 100644
--- a/pkgs/development/libraries/libwpg/default.nix
+++ b/pkgs/development/libraries/libwpg/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, pkgconfig, libwpd, zlib, librevenge }:
 
 stdenv.mkDerivation rec {
-  name = "libwpg-0.3.0";
+  name = "libwpg-0.3.2";
 
   src = fetchurl {
     url = "mirror://sourceforge/libwpg/${name}.tar.xz";
-    sha256 = "097jx8a638fwwfrzf6v29r1yhc34rq9526py7wf0ck2z4fcr2w3g";
+    sha256 = "0cwc5zkp210c661l0bvk6q21jg9ak5g8gmy578w5fgfnjymz3yjp";
   };
 
   buildInputs = [ libwpd zlib librevenge ];