1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

haskell-base16-bytestring: update to version 0.1.1.6

This commit is contained in:
Peter Simons 2014-01-20 12:44:50 +01:00
parent e6226d7d3c
commit 0178eba86e

View file

@ -2,8 +2,8 @@
cabal.mkDerivation (self: {
pname = "base16-bytestring";
version = "0.1.1.5";
sha256 = "1fgd3zdzjfry6jaz8hwhim0p2c35l73cxxambh0ff7p5fqjrlwym";
version = "0.1.1.6";
sha256 = "0jf40m3yijqw6wd1rwwvviww46fasphaay9m9rgqyhf5aahnbzjs";
meta = {
homepage = "http://github.com/bos/base16-bytestring";
description = "Fast base16 (hex) encoding and decoding for ByteStrings";