mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 03:34:58 +00:00
[cpan2nix] perlPackages.Sereal: 4.014 -> 4.018
This commit is contained in:
parent
0735831306
commit
af31d4e866
@ -17142,10 +17142,10 @@ let
|
||||
|
||||
Sereal = buildPerlPackage {
|
||||
pname = "Sereal";
|
||||
version = "4.014";
|
||||
version = "4.018";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/Y/YV/YVES/Sereal-4.014.tar.gz;
|
||||
sha256 = "02qpl3x6sh0xfby38gr80dndkah9m5r0xhk7d4a24i9hqljjaing";
|
||||
url = "mirror://cpan/authors/id/Y/YV/YVES/Sereal-4.018.tar.gz";
|
||||
sha256 = "0pqygrl88jp2w73jd9cw4k22fhvh5vcwqbiwl9wpxm67ql95cwwa";
|
||||
};
|
||||
buildInputs = [ TestDeep TestLongString TestMemoryGrowth TestWarn ];
|
||||
propagatedBuildInputs = [ SerealDecoder SerealEncoder ];
|
||||
|
Loading…
Reference in New Issue
Block a user