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:
parent
662a8c8516
commit
623c6371d3
@ -9,14 +9,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jaraco-path";
|
pname = "jaraco-path";
|
||||||
version = "3.7.1";
|
version = "3.7.2";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jaraco";
|
owner = "jaraco";
|
||||||
repo = "jaraco.path";
|
repo = "jaraco.path";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-i6FPM4aPfpwLdde1COXZNoKel3sRK8PXnkzy50XvVdw=";
|
hash = "sha256-uLkNMhB7aeDJ3fF0Ynjd8MD6+CTKKH8vsB5cH9RPcok=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools-scm ];
|
build-system = [ setuptools-scm ];
|
||||||
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||||||
nativeCheckInputs = [ pytestCheckHook ];
|
nativeCheckInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
meta = {
|
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";
|
description = "Miscellaneous path functions";
|
||||||
homepage = "https://github.com/jaraco/jaraco.path";
|
homepage = "https://github.com/jaraco/jaraco.path";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user