mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add perl-business-ismn.
* gnu/packages/perl.scm (perl-business-ismn): New variable.
This commit is contained in:
parent
296663839b
commit
adbf4b944c
1 changed files with 21 additions and 0 deletions
|
@ -469,6 +469,27 @@ (define-public perl-business-issn
|
|||
Standard Serial Numbers.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-business-ismn
|
||||
(package
|
||||
(name "perl-business-ismn")
|
||||
(version "1.13")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
|
||||
"Business-ISMN-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cm1v75axg4gp6cnbyavmnqqjscsxh7nc60vcbw34rqivvf9idc9"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-tie-cycle" ,perl-tie-cycle)))
|
||||
(home-page "http://search.cpan.org/dist/Business-ISMN")
|
||||
(synopsis "Work with International Standard Music Numbers")
|
||||
(description "This modules provides tools to deal with International
|
||||
Standard Music Numbers.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-cache-cache
|
||||
(package
|
||||
(name "perl-cache-cache")
|
||||
|
|
Loading…
Reference in a new issue