From 7e83f3b703f2684c51d2b5670004331933a92828 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 15 Mar 2014 09:26:14 +0100 Subject: [PATCH] haskell-gnuplot: update to version 0.5.2.1 --- pkgs/development/libraries/haskell/gnuplot/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/gnuplot/default.nix b/pkgs/development/libraries/haskell/gnuplot/default.nix index 8390ef2520a..14655677c6f 100644 --- a/pkgs/development/libraries/haskell/gnuplot/default.nix +++ b/pkgs/development/libraries/haskell/gnuplot/default.nix @@ -4,8 +4,8 @@ cabal.mkDerivation (self: { pname = "gnuplot"; - version = "0.5.2"; - sha256 = "11gma33bikx97jra04vgnhikylw9wm1l37hdrsknl7mgk2qbrs74"; + version = "0.5.2.1"; + sha256 = "1bzj7z803mxyxfv2123swvdv78gh5dbrf8ldc6iziry3fz5q8nb1"; isLibrary = true; isExecutable = true; buildDepends = [