mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
Workflow: 1.41 -> 1.42
This commit is contained in:
parent
09a08ef164
commit
4f9fad253e
@ -12038,14 +12038,16 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
Workflow = buildPerlPackage {
|
||||
name = "Workflow-1.41";
|
||||
Workflow = buildPerlPackage rec {
|
||||
name = "Workflow-1.42";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/J/JO/JONASBN/Workflow-1.41.tar.gz;
|
||||
sha256 = "639fd428ddf186fdc7cad517cb7522b2bf092df26ef48470b2e8f747c4e8286e";
|
||||
url = "mirror://cpan/authors/id/J/JO/JONASBN/${name}.tar.gz";
|
||||
sha256 = "0d93wc9cgw862x9x5zmbx6l6326dhq8py25yqpw7nqym6yphisnc";
|
||||
};
|
||||
buildInputs = [ DBDMock ListMoreUtils TestException ];
|
||||
propagatedBuildInputs = [ ClassAccessor ClassFactory ClassObservable DBI DateTime DateTimeFormatStrptime ExceptionClass FileSlurp LogDispatch Log4Perl XMLSimple ];
|
||||
propagatedBuildInputs = [ ClassAccessor ClassFactory ClassObservable DBI
|
||||
DateTime DateTimeFormatStrptime ExceptionClass FileSlurp LogDispatch
|
||||
Log4Perl XMLSimple DataUUID ];
|
||||
meta = {
|
||||
homepage = https://github.com/jonasbn/perl-workflow;
|
||||
description = "Simple, flexible system to implement workflows";
|
||||
|
Loading…
Reference in New Issue
Block a user