dev-python/retry-decorator: Fix distfile suffix

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-05-18 11:24:29 +02:00
parent a0e9033d80
commit 512f8ccaf5
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
DIST retry-decorator-1.1.1.tar.gz 4466 BLAKE2B a64836bba5620974e393a952544c82074b667a5fac80d6944069bf88e9162d03cc48cfe511f09476571c46561331576a2b06b2aefd087f905f968aa8257a596c SHA512 2241b24a02424905a2f3b7660c7ee4f6cd034c67c5019cce54d38ae250a9ac9e011fe323b25254bed051a0d3560d48ecdf4e2a1ee84cf2d7c5b1c12dea2921be
DIST retry-decorator-1.1.1.gh.tar.gz 4466 BLAKE2B a64836bba5620974e393a952544c82074b667a5fac80d6944069bf88e9162d03cc48cfe511f09476571c46561331576a2b06b2aefd087f905f968aa8257a596c SHA512 2241b24a02424905a2f3b7660c7ee4f6cd034c67c5019cce54d38ae250a9ac9e011fe323b25254bed051a0d3560d48ecdf4e2a1ee84cf2d7c5b1c12dea2921be

View File

@@ -15,7 +15,7 @@ HOMEPAGE="
"
SRC_URI="
https://github.com/pnpnpn/retry-decorator/archive/v${PV}.tar.gz
-> ${P}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="MIT"