mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
haskell-feed: update to version 0.3.9.1
This commit is contained in:
parent
bcd9344f9b
commit
dd0031cbad
1 changed files with 3 additions and 2 deletions
|
@ -2,10 +2,11 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "feed";
|
||||
version = "0.3.9";
|
||||
sha256 = "0waqy8ssmbfpqy21svvbnm0igrjxbgd2i093hbl5chim6yraapv2";
|
||||
version = "0.3.9.1";
|
||||
sha256 = "1c7dj9w9qj8408qql1kfq8m28fwvfd7bpgkj32lmk5x9qm5iz04k";
|
||||
buildDepends = [ utf8String xml ];
|
||||
meta = {
|
||||
homepage = "https://github.com/sof/feed";
|
||||
description = "Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue