python313Packages.lnkparse3: 1.5.1 -> 1.5.2
Diff: https://github.com/Matmaus/LnkParse3/compare/refs/tags/v1.5.1...refs/tags/v1.5.2 Changelog: https://github.com/Matmaus/LnkParse3/blob/1.5.2/CHANGELOG.md
This commit is contained in:
parent
dda88ef786
commit
5b99a1782f
@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "lnkparse3";
|
||||
version = "1.5.1";
|
||||
version = "1.5.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
owner = "Matmaus";
|
||||
repo = "LnkParse3";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-ebaKVl7GFoJiyQR7x4AN9Md8dtuYUchaN8ORbUrj5DY=";
|
||||
hash = "sha256-z+qjPs7gHQMAUlnGLN06xZ0hyrAnBF8i0FbaiEpguNE=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user