mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: perl-software-license: Update to 0.103014.
* gnu/packages/license.scm (perl-software-license): Update to 0.103014.
This commit is contained in:
parent
35e4e3597f
commit
48c5e0cb84
1 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ (define-public perl-string-copyright
|
||||||
(define-public perl-software-license
|
(define-public perl-software-license
|
||||||
(package
|
(package
|
||||||
(name "perl-software-license")
|
(name "perl-software-license")
|
||||||
(version "0.103013")
|
(version "0.103014")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -94,7 +94,7 @@ (define-public perl-software-license
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wqgh7vdlc966amlrq0b2szz18lnrl9rfh8wlf7v0hqg74vxjh96"))))
|
"128pbm9pf5drakm9bpkifc1zg8f005xabfwzg21nc03m5mhfligb"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-try-tiny" ,perl-try-tiny)))
|
`(("perl-try-tiny" ,perl-try-tiny)))
|
||||||
|
|
Loading…
Reference in a new issue