python312Packages.pdm-backend: 2.3.3 -> 2.4.1 (#344955)

This commit is contained in:
Martin Weinelt 2024-09-28 13:28:52 +02:00 committed by GitHub
commit b82cacb96f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "pdm-backend";
version = "2.3.3";
version = "2.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pdm-project";
repo = "pdm-backend";
rev = "refs/tags/${version}";
hash = "sha256-gM8Sx6nMiq84e3sLJn35shF2jy6Ce1qPlERi2XpS89k=";
hash = "sha256-YQavUP3RaZns9byli54feVtG92Stozr3T66WouQwF+s=";
};
env.PDM_BUILD_SCM_VERSION = version;