summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFrederik Rietdijk <freddyrietdijk@fridh.nl>2017-05-22 11:14:42 +0200
committerGitHub <noreply@github.com>2017-05-22 11:14:42 +0200
commit997b6ae752e243bdc80c629b6440ff2c3f9607b8 (patch)
treec9bc514a0d9cfef9421a0fbd76bf4a5d579d0d84 /pkgs
parent0891d0b7a03ddcc02e8457f174c55f13ba07f281 (diff)
parentfae70a8421f63999a868e757a1d00cc2c8926ed5 (diff)
downloadnixlib-997b6ae752e243bdc80c629b6440ff2c3f9607b8.tar
nixlib-997b6ae752e243bdc80c629b6440ff2c3f9607b8.tar.gz
nixlib-997b6ae752e243bdc80c629b6440ff2c3f9607b8.tar.bz2
nixlib-997b6ae752e243bdc80c629b6440ff2c3f9607b8.tar.lz
nixlib-997b6ae752e243bdc80c629b6440ff2c3f9607b8.tar.xz
nixlib-997b6ae752e243bdc80c629b6440ff2c3f9607b8.tar.zst
nixlib-997b6ae752e243bdc80c629b6440ff2c3f9607b8.zip
Merge pull request #25803 from vdemeester/astroid-0-9-1
astroid: 0.8 -> 0.9.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/mailreaders/astroid/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/mailreaders/astroid/default.nix b/pkgs/applications/networking/mailreaders/astroid/default.nix
index 668044f5efb8..2f2ce79bcb18 100644
--- a/pkgs/applications/networking/mailreaders/astroid/default.nix
+++ b/pkgs/applications/networking/mailreaders/astroid/default.nix
@@ -3,13 +3,13 @@
 
 stdenv.mkDerivation rec {
   name = "astroid-${version}";
-  version = "0.8";
+  version = "0.9.1";
 
   src = fetchFromGitHub {
     owner = "astroidmail";
     repo = "astroid";
     rev = "v${version}";
-    sha256 = "1gjrdls1mz8y8bca7s8l965l0m7s2sb6g7a90gy848admjsyav7h";
+    sha256 = "0ha2jd3fvc54amh0x8f58s9ac4r8xgyhvkwd4jvs0h4mfh6cg496";
   };
 
   nativeBuildInputs = [ scons pkgconfig wrapGAppsHook ];