python3Packages.dohq-artifactory: 0.10.1 -> 0.10.3

https://github.com/devopshq/artifactory/releases/tag/0.10.3
This commit is contained in:
Martin Weinelt
2025-01-27 10:55:15 +01:00
parent 1913bcec3f
commit 2d2b44c12d
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "dohq-artifactory";
version = "0.10.1";
version = "0.10.3";
src = fetchFromGitHub {
owner = "devopshq";
repo = "artifactory";
rev = version;
hash = "sha256-lMT1b6JUDT01fJzQrVc0lMqeGrJnvk6ms4KIYtfTQps=";
tag = version;
hash = "sha256-AlC5WtYnMrrI8yR1io84QtblndlZLsGGiicc10tpnF8=";
};
# https://github.com/devopshq/artifactory/issues/430
@@ -50,7 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python interface library for JFrog Artifactory";
homepage = "https://devopshq.github.io/artifactory/";
changelog = "https://github.com/devopshq/artifactory/releases/tag/${version}";
changelog = "https://github.com/devopshq/artifactory/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ h7x4 ];
};