mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: perl-xml-libxml-simple: Update to 1.01.
* gnu/packages/xml.scm (perl-xml-libxml-simple): Update to 1.01.
This commit is contained in:
parent
e2fbf29e6d
commit
1c1fbbe56f
1 changed files with 2 additions and 2 deletions
|
@ -696,14 +696,14 @@ (define-public perl-xml-libxml
|
|||
(define-public perl-xml-libxml-simple
|
||||
(package
|
||||
(name "perl-xml-libxml-simple")
|
||||
(version "0.99")
|
||||
(version "1.01")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/M/MA/MARKOV/"
|
||||
"XML-LibXML-Simple-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0i4ybiqdnvnbfxqslw2y392kvy7i752dl8n99bqiqv5kzk4lbzhl"))))
|
||||
"19k50d80i9dipsl6ln0f4awv9wmdg0xm3d16z8mngmvh9c8ci66d"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-file-slurp-tiny" ,perl-file-slurp-tiny)
|
||||
|
|
Loading…
Reference in a new issue