summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/bmp
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-12-23 19:51:05 +0100
committerPeter Simons <simons@cryp.to>2012-12-23 19:51:05 +0100
commit6a15e8da08a5f5fc3909f875a66d0d954674f7c6 (patch)
tree887355d9862449a4b9dcb1640fea0ef763ff1ee0 /pkgs/development/libraries/haskell/bmp
parent43e12fb25272d35577213e6a60d05fd281fcea9e (diff)
downloadnixpkgs-6a15e8da08a5f5fc3909f875a66d0d954674f7c6.tar
nixpkgs-6a15e8da08a5f5fc3909f875a66d0d954674f7c6.tar.gz
nixpkgs-6a15e8da08a5f5fc3909f875a66d0d954674f7c6.tar.bz2
nixpkgs-6a15e8da08a5f5fc3909f875a66d0d954674f7c6.tar.lz
nixpkgs-6a15e8da08a5f5fc3909f875a66d0d954674f7c6.tar.xz
nixpkgs-6a15e8da08a5f5fc3909f875a66d0d954674f7c6.tar.zst
nixpkgs-6a15e8da08a5f5fc3909f875a66d0d954674f7c6.zip
haskell-bmp: update 1.2.3.x branch to 1.2.3.4
Diffstat (limited to 'pkgs/development/libraries/haskell/bmp')
-rw-r--r--pkgs/development/libraries/haskell/bmp/1.2.3.4.nix (renamed from pkgs/development/libraries/haskell/bmp/1.2.3.2.nix)4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/bmp/1.2.3.2.nix b/pkgs/development/libraries/haskell/bmp/1.2.3.4.nix
index 64c13f15ee1..404229cf763 100644
--- a/pkgs/development/libraries/haskell/bmp/1.2.3.2.nix
+++ b/pkgs/development/libraries/haskell/bmp/1.2.3.4.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "bmp";
-  version = "1.2.3.2";
-  sha256 = "0lr6ys15ap3myzv48xmcy0bv17s4x2drskqz3kmbp06knrx9y1bh";
+  version = "1.2.3.4";
+  sha256 = "134nfchsw4q1k3kr09i5w8jxbr659as4523gs5m2dch15wrmrhf6";
   buildDepends = [ binary ];
   meta = {
     homepage = "http://code.ouroborus.net/bmp";