gnu: perl-software-license: Update to 0.103014.

* gnu/packages/license.scm (perl-software-license): Update to 0.103014.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-22 15:23:12 +01:00
parent 35e4e3597f
commit 48c5e0cb84
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ statements and serializes in normalized format.")
(define-public perl-software-license
(package
(name "perl-software-license")
(version "0.103013")
(version "0.103014")
(source
(origin
(method url-fetch)
@ -94,7 +94,7 @@ statements and serializes in normalized format.")
version ".tar.gz"))
(sha256
(base32
"1wqgh7vdlc966amlrq0b2szz18lnrl9rfh8wlf7v0hqg74vxjh96"))))
"128pbm9pf5drakm9bpkifc1zg8f005xabfwzg21nc03m5mhfligb"))))
(build-system perl-build-system)
(native-inputs
`(("perl-try-tiny" ,perl-try-tiny)))