mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: perl-business-ismn: Update to 1.201.
* gnu/packages/perl.scm (perl-business-ismn): Update to 1.201.
This commit is contained in:
parent
531a6e4216
commit
2f9b601846
1 changed files with 2 additions and 3 deletions
|
@ -620,15 +620,14 @@ (define-public perl-business-issn
|
||||||
(define-public perl-business-ismn
|
(define-public perl-business-ismn
|
||||||
(package
|
(package
|
||||||
(name "perl-business-ismn")
|
(name "perl-business-ismn")
|
||||||
(version "1.131")
|
(version "1.201")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
|
(uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
|
||||||
"Business-ISMN-" version ".tar.gz"))
|
"Business-ISMN-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1cpcfyaz1fl6fnm076jx2jsphw147wj6aszj2yzqrgsncjhk2cja"))))
|
||||||
"1xyc7x4c4xl930rz7grs1l52f1vg4rbiv0c6xlxdsim8qsh7k94g"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-tie-cycle" ,perl-tie-cycle)))
|
`(("perl-tie-cycle" ,perl-tie-cycle)))
|
||||||
|
|
Loading…
Reference in a new issue