mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -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
|
||||
(package
|
||||
(name "perl-business-ismn")
|
||||
(version "1.131")
|
||||
(version "1.201")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
|
||||
"Business-ISMN-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xyc7x4c4xl930rz7grs1l52f1vg4rbiv0c6xlxdsim8qsh7k94g"))))
|
||||
(base32 "1cpcfyaz1fl6fnm076jx2jsphw147wj6aszj2yzqrgsncjhk2cja"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-tie-cycle" ,perl-tie-cycle)))
|
||||
|
|
Loading…
Reference in a new issue