mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
perlPackages.CaptureTiny: update from 0.21 to 0.24
This commit is contained in:
parent
626061e79d
commit
beeb787017
1 changed files with 3 additions and 3 deletions
|
@ -540,10 +540,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
CaptureTiny = buildPerlPackage {
|
||||
name = "Capture-Tiny-0.21";
|
||||
name = "Capture-Tiny-0.24";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.21.tar.gz;
|
||||
sha256 = "1lvz2639zsjpr3001b2xyidnsd4kcgll5fvaa0pm928wzldb49wg";
|
||||
url = mirror://cpan/authors/id/D/DA/DAGOLDEN/Capture-Tiny-0.24.tar.gz;
|
||||
sha256 = "0rg0m9irhx8jwamxdi2ms4vhhxy7q050gjrn2m051spqfa26zkwv";
|
||||
};
|
||||
meta = {
|
||||
homepage = https://metacpan.org/release/Capture-Tiny;
|
||||
|
|
Loading…
Reference in a new issue