mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-module-runtime-conflicts: Update to 0.003.
* gnu/packages/perl.scm (perl-module-runtime-conflicts): Update to 0.003.
This commit is contained in:
parent
0c61441a7f
commit
c4fcf35420
1 changed files with 2 additions and 2 deletions
|
@ -4346,7 +4346,7 @@ (define-public perl-module-runtime
|
|||
(define-public perl-module-runtime-conflicts
|
||||
(package
|
||||
(name "perl-module-runtime-conflicts")
|
||||
(version "0.001")
|
||||
(version "0.003")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4354,7 +4354,7 @@ (define-public perl-module-runtime-conflicts
|
|||
"Module-Runtime-Conflicts-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0pz23ch78lbpn4kdbm04icgsmbr7jvmxwq1p5m4x2pap8qwd0wqg"))))
|
||||
"0x9qfg4pq70v1rl9dfk775fmca7ia308m24vfy8zww4c0dsxqz3h"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs
|
||||
`(("perl-module-build" ,perl-module-build)))
|
||||
|
|
Loading…
Reference in a new issue