mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add perl-sort-key.
* gnu/packages/perl.scm (perl-sort-key): New variable.
This commit is contained in:
parent
3521dc9293
commit
0ef5191c88
1 changed files with 19 additions and 0 deletions
|
@ -5405,6 +5405,25 @@ (define-public perl-set-scalar
|
|||
compact.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-sort-key
|
||||
(package
|
||||
(name "perl-sort-key")
|
||||
(version "1.33")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/S/SA/SALVA/Sort-Key-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1kqs10s2plj6c96srk0j8d7xj8dxk1704r7mck8rqk09mg7lqspd"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/Sort-Key")
|
||||
(synopsis "Sort arrays by one or multiple calculated keys")
|
||||
(description "This Perl module provides various functions to quickly sort
|
||||
arrays by one or multiple calculated keys.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-spiffy
|
||||
(package
|
||||
(name "perl-spiffy")
|
||||
|
|
Loading…
Reference in a new issue