about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-03-30 01:29:24 +0000
committerJon <jonringer@users.noreply.github.com>2020-04-09 11:33:13 -0700
commit80425c3c507f69bc17400a276c693415713778fd (patch)
treecf2ecf809589fe9ee4af87b3f7f1af3a37678deb /pkgs
parentbf1fea67b4fc773f822917b9229762ed81dfe020 (diff)
downloadnixlib-80425c3c507f69bc17400a276c693415713778fd.tar
nixlib-80425c3c507f69bc17400a276c693415713778fd.tar.gz
nixlib-80425c3c507f69bc17400a276c693415713778fd.tar.bz2
nixlib-80425c3c507f69bc17400a276c693415713778fd.tar.lz
nixlib-80425c3c507f69bc17400a276c693415713778fd.tar.xz
nixlib-80425c3c507f69bc17400a276c693415713778fd.tar.zst
nixlib-80425c3c507f69bc17400a276c693415713778fd.zip
libpst: 0.6.74 -> 0.6.75
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/libpst/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/libraries/libpst/default.nix b/pkgs/development/libraries/libpst/default.nix
index 24b948271223..e69cc04d6f0b 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.74";
+  name = "libpst-0.6.75";
 
   src = fetchurl {
     url = "http://www.five-ten-sg.com/libpst/packages/${name}.tar.gz";
-    sha256 = "0dzx8jniz7mczbbp08zfrl46h27hyfrsnjxmka9pi5aawzfdm1zp";
+    sha256 = "11wrf47i3brlxg25wsfz17373q7m5fpjxn2lr41dj252ignqzaac";
   };
 
   nativeBuildInputs = [ autoreconfHook pkgconfig ];
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
   doCheck = true;
 
   meta = with stdenv.lib; {
-    homepage = https://www.five-ten-sg.com/libpst/;
+    homepage = "https://www.five-ten-sg.com/libpst/";
     description = "A library to read PST (MS Outlook Personal Folders) files";
     license = licenses.gpl2;
     maintainers = [maintainers.tohl];