about summary refs log tree commit diff
path: root/pkgs/development/libraries/libpst
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-05-01 00:14:52 -0700
committerFrederik Rietdijk <freddyrietdijk@fridh.nl>2019-05-01 11:06:08 +0200
commitc3eee5d301d148d6613a09b8f9b7a9cfdd212b1b (patch)
treea05a5651796a141e8340b3069950aebac122dd4e /pkgs/development/libraries/libpst
parent9cda08dcd0d28d8064e525a6860300f5751d7109 (diff)
libpst: 0.6.71 -> 0.6.72
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libpst/versions
Diffstat (limited to 'pkgs/development/libraries/libpst')
-rw-r--r--pkgs/development/libraries/libpst/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libpst/default.nix b/pkgs/development/libraries/libpst/default.nix
index 3478ae14e6687..564fb96d0be4f 100644
--- a/pkgs/development/libraries/libpst/default.nix
+++ b/pkgs/development/libraries/libpst/default.nix
@@ -2,11 +2,11 @@
   pkgconfig, bzip2, xmlto, gettext, imagemagick, doxygen }:
 
 stdenv.mkDerivation rec {
-  name = "libpst-0.6.71";
+  name = "libpst-0.6.72";
 
   src = fetchurl {
     url = "http://www.five-ten-sg.com/libpst/packages/${name}.tar.gz";
-    sha256 = "130nksrwgi3ih32si5alvxwzd5kmlg8yi7p03w0h7w9r3b90i4pv";
+    sha256 = "01ymym0218805g7bqhr7x2rlhzsbsbidi3nr0z2r2w07xf8xh6ca";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];