devpi-client: 7.2.0 -> 7.2.1

This commit is contained in:
confus
2026-03-20 01:16:45 +01:00
parent 2b69405f19
commit af3d33655b
+10 -6
View File
@@ -4,21 +4,24 @@
git,
glibcLocales,
python3,
fetchPypi,
fetchFromGitHub,
nix-update-script,
}:
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "devpi-client";
version = "7.2.0";
version = "7.2.1";
pyproject = true;
src = fetchPypi {
pname = "devpi-client";
inherit (finalAttrs) version;
hash = "sha256-wUM2hFjDh4unvuah2bQY4uZZVxo4VmFPWNdriigmnXs=";
src = fetchFromGitHub {
owner = "devpi";
repo = "devpi";
tag = "client-${finalAttrs.version}";
hash = "sha256-rAku3oHcmzFNA/MP/64382gCTgqopwjjy4S4HTEFZiY=";
};
sourceRoot = "${finalAttrs.src.name}/client";
build-system = with python3.pkgs; [
setuptools
setuptools-changelog-shortener
@@ -34,6 +37,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
pkginfo
pluggy
platformdirs
requests
];
nativeCheckInputs = [