summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-gcovr_7.2.bb (renamed from meta-python/recipes-devtools/python/python3-gcovr_7.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gcovr_7.0.bb b/meta-python/recipes-devtools/python/python3-gcovr_7.2.bb
index 1a81a38b0f..2965e2f097 100644
--- a/meta-python/recipes-devtools/python/python3-gcovr_7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-gcovr_7.2.bb
@@ -5,7 +5,7 @@ LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5a58ca91c1758a53f896ba89d8aaac2" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5a58ca91c1758a53f896ba89d8aaac2"
6 6
7SRC_URI = "git://github.com/gcovr/gcovr.git;branch=main;protocol=https" 7SRC_URI = "git://github.com/gcovr/gcovr.git;branch=main;protocol=https"
8SRCREV = "fc190bcb85a25f5738315434a11f8e993edce515" 8SRCREV = "c4b74b0859611283be646d590c7915e787911b6f"
9 9
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11