Browse Source
gnu: perl-file-find-object: Do not use "v" prefix in version string.
* gnu/packages/perl.scm (perl-file-find-object)[version]: Remove "v" prefix.
[source](uri): Adjust accordingly.
wip-hurd-vm
Marius Bakke
2 years ago
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with
3 additions and
4 deletions
-
gnu/packages/perl.scm
|
|
@ -10790,14 +10790,13 @@ such that being individual extensions would be wasteful.") |
|
|
|
(define-public perl-file-find-object |
|
|
|
(package |
|
|
|
(name "perl-file-find-object") |
|
|
|
(version "v0.2.13") |
|
|
|
(version "0.2.13") |
|
|
|
(source |
|
|
|
(origin |
|
|
|
(method url-fetch) |
|
|
|
(uri (string-append |
|
|
|
"mirror://cpan/authors/id/S/SH/SHLOMIF/File-Find-Object-" |
|
|
|
version |
|
|
|
".tar.gz")) |
|
|
|
"mirror://cpan/authors/id/S/SH/SHLOMIF/File-Find-Object-v" |
|
|
|
version ".tar.gz")) |
|
|
|
(sha256 |
|
|
|
(base32 |
|
|
|
"0gf13b76b824s73r5rp00v8xrd6dnb5yi5jjavfc394scqv6ldh4")))) |
|
|
|