summary refs log tree commit diff
path: root/pkgs/tools/misc/recutils
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2011-02-09 21:36:34 +0000
committerLudovic Courtès <ludo@gnu.org>2011-02-09 21:36:34 +0000
commit2752fe91b824f6edc2645292f2f31d1cf0129cb3 (patch)
tree79fff3e2ab3a595c7b45df8845c4108bf0544ca5 /pkgs/tools/misc/recutils
parentaf2df2369e9020b9ca1fc0edaa9a5aca67aaabeb (diff)
downloadnixpkgs-2752fe91b824f6edc2645292f2f31d1cf0129cb3.tar
nixpkgs-2752fe91b824f6edc2645292f2f31d1cf0129cb3.tar.gz
nixpkgs-2752fe91b824f6edc2645292f2f31d1cf0129cb3.tar.bz2
nixpkgs-2752fe91b824f6edc2645292f2f31d1cf0129cb3.tar.lz
nixpkgs-2752fe91b824f6edc2645292f2f31d1cf0129cb3.tar.xz
nixpkgs-2752fe91b824f6edc2645292f2f31d1cf0129cb3.tar.zst
nixpkgs-2752fe91b824f6edc2645292f2f31d1cf0129cb3.zip
GNU recutils 1.2.
svn path=/nixpkgs/trunk/; revision=25875
Diffstat (limited to 'pkgs/tools/misc/recutils')
-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 59bbefbf6f6..caceba2216f 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.1";
+  name = "recutils-1.2";
 
   src = fetchurl {
     url = "mirror://gnu/recutils/${name}.tar.gz";
-    sha256 = "0qkgbkzc5wknkw26q78dxn6sbbixzj7d1xpj1wpg6lq40pxacdbi";
+    sha256 = "1y95niq6d06wyynrgkjs3bi1lj91v4qwdfam3sp31s4ki6vlaqkq";
   };
 
   doCheck = true;