summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-01-18 20:52:07 +0000
committerLudovic Courtès <ludo@gnu.org>2012-01-18 20:52:07 +0000
commit3d7597fdb9343c5b0241abf4ee0bde6f9344939e (patch)
treea72d295ab7454641199a39d37f0edb3f13ab1b47 /pkgs/tools/misc
parent9d5df9699b90342861bef4df2ee851c72b31791b (diff)
GNU recutils 1.5.
svn path=/nixpkgs/trunk/; revision=31666
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/recutils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/recutils/default.nix b/pkgs/tools/misc/recutils/default.nix
index 95ced6784ae28..8e159f48b63f0 100644
--- a/pkgs/tools/misc/recutils/default.nix
+++ b/pkgs/tools/misc/recutils/default.nix
@@ -1,11 +1,11 @@
 { fetchurl, stdenv, gettext, emacs, curl, check, bc }:
 
 stdenv.mkDerivation rec {
-  name = "recutils-1.4";
+  name = "recutils-1.5";
 
   src = fetchurl {
     url = "mirror://gnu/recutils/${name}.tar.gz";
-    sha256 = "1kakmzmkdkgqmvqfzrpkwjjkg492rk3k7xfgnwcjacap9l79z9pv";
+    sha256 = "1v2xzwwwhc5j5kmvg4sv6baxjpsfqh8ln7ilv4mgb1408rs7xmky";
   };
 
   doCheck = true;