summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorDamien Cassou <damien@cassou.me>2016-03-24 17:30:52 +0100
committerDamien Cassou <damien@cassou.me>2016-03-24 18:50:35 +0100
commitf965c8f20756465bee33bba8707c9febb1f7babf (patch)
tree86f6de1eb0bc0f40af9adc3b19066c0477ac7a58 /pkgs/tools/misc
parent954925771482b50493a24615c6e7e82e044a4fdf (diff)
downloadnixlib-f965c8f20756465bee33bba8707c9febb1f7babf.tar
nixlib-f965c8f20756465bee33bba8707c9febb1f7babf.tar.gz
nixlib-f965c8f20756465bee33bba8707c9febb1f7babf.tar.bz2
nixlib-f965c8f20756465bee33bba8707c9febb1f7babf.tar.lz
nixlib-f965c8f20756465bee33bba8707c9febb1f7babf.tar.xz
nixlib-f965c8f20756465bee33bba8707c9febb1f7babf.tar.zst
nixlib-f965c8f20756465bee33bba8707c9febb1f7babf.zip
vdirsyncer: 0.9.2 -> 0.9.3
Regarding homepage update, changelog says "Moved to pimutils
organization on GitHub. Old links should redirect, but be aware of
client software that doesn't properly handle redirects."
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/vdirsyncer/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/vdirsyncer/default.nix b/pkgs/tools/misc/vdirsyncer/default.nix
index a411f8a2fc25..fedfaa48aa37 100644
--- a/pkgs/tools/misc/vdirsyncer/default.nix
+++ b/pkgs/tools/misc/vdirsyncer/default.nix
@@ -3,13 +3,13 @@
 # Packaging documentation at:
 # https://github.com/untitaker/vdirsyncer/blob/master/docs/packaging.rst
 pythonPackages.buildPythonApplication rec {
-  version = "0.9.2";
+  version = "0.9.3";
   name = "vdirsyncer-${version}";
   namePrefix = "";
 
   src = fetchurl {
     url = "https://pypi.python.org/packages/source/v/vdirsyncer/${name}.tar.gz";
-    sha256 = "1g1107cz4sk41d2z6k6pn9n2fzd26m72j8aj33zn483vfvmyrc4q";
+    sha256 = "1wjhzjfcvwz68j6wc5cmjsw69ggwcpfy7jp7z7q6fnwwp4dr98lc";
   };
 
   propagatedBuildInputs = with pythonPackages; [
@@ -29,7 +29,7 @@ pythonPackages.buildPythonApplication rec {
   '';
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/untitaker/vdirsyncer;
+    homepage = https://github.com/pimutils/vdirsyncer;
     description = "Synchronize calendars and contacts";
     maintainers = with maintainers; [ matthiasbeyer jgeerds ];
     platforms = platforms.all;