mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
Bump version of vinyl to 0.5
This commit is contained in:
parent
5bc68e1a0e
commit
b964fd3cdc
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "vinyl";
|
||||
version = "0.4.3";
|
||||
sha256 = "1npcpvr94l2gpk9z4y527raf2p3d6099m231vw0myci37ljnjgdf";
|
||||
version = "0.5";
|
||||
sha256 = "0jm31cynhl8ggmi6ndj7lhfm85cqml67svxm4v3kc8mnw5gj3c59";
|
||||
testDepends = [ doctest lens singletons ];
|
||||
meta = {
|
||||
description = "Extensible Records";
|
||||
|
|
Loading…
Reference in a new issue