python313Packages.jaraco-path: 3.7.1 -> 3.7.2

Diff: https://github.com/jaraco/jaraco.path/compare/v3.7.1...v3.7.2

Changelog: https://github.com/jaraco/jaraco.path/blob/v3.7.2/NEWS.rst
This commit is contained in:
Robert Schütz 2025-04-18 22:09:49 -07:00
parent 662a8c8516
commit 623c6371d3

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "jaraco-path";
version = "3.7.1";
version = "3.7.2";
pyproject = true;
src = fetchFromGitHub {
owner = "jaraco";
repo = "jaraco.path";
tag = "v${version}";
hash = "sha256-i6FPM4aPfpwLdde1COXZNoKel3sRK8PXnkzy50XvVdw=";
hash = "sha256-uLkNMhB7aeDJ3fF0Ynjd8MD6+CTKKH8vsB5cH9RPcok=";
};
build-system = [ setuptools-scm ];
@ -26,7 +26,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
meta = {
changelog = "https://github.com/jaraco/jaraco.path/blob/${src.rev}/NEWS.rst";
changelog = "https://github.com/jaraco/jaraco.path/blob/${src.tag}/NEWS.rst";
description = "Miscellaneous path functions";
homepage = "https://github.com/jaraco/jaraco.path";
license = lib.licenses.mit;