mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: perl-net-dns-resolver-programmable: Remove "v" prefix from version string.
* gnu/packages/networking.scm (perl-net-dns-resolver-programmable)[version]: Remove "v" prefix. [source](uri): Adjust accordingly.
This commit is contained in:
parent
8ab70bae52
commit
1a6d0d8c2d
1 changed files with 2 additions and 2 deletions
|
@ -1343,13 +1343,13 @@ (define-public perl-socket6
|
|||
(define-public perl-net-dns-resolver-programmable
|
||||
(package
|
||||
(name "perl-net-dns-resolver-programmable")
|
||||
(version "v0.003")
|
||||
(version "0.003")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://cpan/authors/id/J/JM/JMEHNLE/net-dns-resolver-programmable/"
|
||||
"Net-DNS-Resolver-Programmable-" version ".tar.gz"))
|
||||
"Net-DNS-Resolver-Programmable-v" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1v3nl2kaj4fs55n1617n53q8sa3mir06898vpy1rq98zjih24h4d"))
|
||||
|
|
Loading…
Reference in a new issue