python3Packages.swh-storage: 4.1.0 -> 4.1.1

This commit is contained in:
R. Ryantm
2025-11-26 03:26:21 +00:00
parent f087502faa
commit 28a867b4b8
@@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "swh-storage";
version = "4.1.0";
version = "4.1.1";
pyproject = true;
src = fetchFromGitLab {
@@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "devel";
repo = "swh-storage";
tag = "v${version}";
hash = "sha256-JXeHE/wZ3Wcf1I1eGyCNlCGsreiQH6kCYZoDXV1h0A0=";
hash = "sha256-AY2IcRJG19oSy2usI9JZTEKYLI3SEiLpNisqD7zus8A=";
};
build-system = [