From 4542305f9583112892d63b0f7cbb8e2059970ca5 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Fri, 12 Jul 2024 16:56:04 +0200 Subject: [PATCH] python/unearth: update to 0.16.1 --- components/python/unearth/.gitignore | 2 +- components/python/unearth/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/python/unearth/.gitignore b/components/python/unearth/.gitignore index cce3ac0cef..a028902209 100644 --- a/components/python/unearth/.gitignore +++ b/components/python/unearth/.gitignore @@ -1 +1 @@ -/unearth-0.16.0/ +/unearth-0.16.1/ diff --git a/components/python/unearth/Makefile b/components/python/unearth/Makefile index 8be061b426..c6a1e577c4 100644 --- a/components/python/unearth/Makefile +++ b/components/python/unearth/Makefile @@ -19,11 +19,11 @@ BUILD_STYLE = pyproject include ../../../make-rules/shared-macros.mk COMPONENT_NAME = unearth -HUMAN_VERSION = 0.16.0 +HUMAN_VERSION = 0.16.1 COMPONENT_SUMMARY = A utility to fetch and download python packages COMPONENT_PROJECT_URL = https://github.com/frostming/unearth COMPONENT_ARCHIVE_HASH = \ - sha256:7dba91f1209ab7e9f8a67f07a15bde49ae2da1b8a46fdad8b0222ba18b910212 + sha256:988a43418fa0b78aeb628a15f6a3b02152c1787f63fe6d254c7f4e2ccf8db0a7 COMPONENT_LICENSE = MIT COMPONENT_LICENSE_FILE = LICENSE -- 2.11.4.GIT