summary refs log tree commit diff
path: root/pkgs/tools/security/pius
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-09-04 08:54:19 +0000
committerLudovic Courtès <ludo@gnu.org>2011-09-04 08:54:19 +0000
commit0803c5d069fe829549d2afb0af66dfc1a8646ae3 (patch)
tree76b051e5a97fceefafff6039031705bc337e3607 /pkgs/tools/security/pius
parent1fe20228b9f3b8d5d041ce4c31d73cf276c48b88 (diff)
downloadnixpkgs-0803c5d069fe829549d2afb0af66dfc1a8646ae3.tar
nixpkgs-0803c5d069fe829549d2afb0af66dfc1a8646ae3.tar.gz
nixpkgs-0803c5d069fe829549d2afb0af66dfc1a8646ae3.tar.bz2
nixpkgs-0803c5d069fe829549d2afb0af66dfc1a8646ae3.tar.lz
nixpkgs-0803c5d069fe829549d2afb0af66dfc1a8646ae3.tar.xz
nixpkgs-0803c5d069fe829549d2afb0af66dfc1a8646ae3.tar.zst
nixpkgs-0803c5d069fe829549d2afb0af66dfc1a8646ae3.zip
Pius 2.0.9.
svn path=/nixpkgs/trunk/; revision=29000
Diffstat (limited to 'pkgs/tools/security/pius')
-rw-r--r--pkgs/tools/security/pius/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/pius/default.nix b/pkgs/tools/security/pius/default.nix
index 5939037abfe..d5462a1120a 100644
--- a/pkgs/tools/security/pius/default.nix
+++ b/pkgs/tools/security/pius/default.nix
@@ -1,13 +1,13 @@
 { fetchurl, stdenv, python, gnupg }:
 
-let version = "2.0.7"; in
+let version = "2.0.9"; in
 stdenv.mkDerivation {
   name = "pius-${version}";
   namePrefix = "";
 
   src = fetchurl {
     url = "mirror://sourceforge/pgpius/pius/${version}/pius-${version}.tar.bz2";
-    sha256 = "1iyd3z96vp2g7r6s1v34x3vpxikkcy60f15d84r0qla373zl4xd8";
+    sha256 = "1g1jly3wl4ks6h8ydkygyl2c4i7v3z91rg42005m6vm70y1d8b3d";
   };
 
   buildInputs = [ python ];