python3Packages.parselmouth: 0.4.4 -> 0.4.5

This commit is contained in:
Dennis Wuitz 2024-10-19 20:48:09 +02:00
parent 0065f77875
commit 209bada01b
No known key found for this signature in database
GPG Key ID: 4B56B2FE5C3315E4

View File

@ -14,17 +14,16 @@
buildPythonPackage rec {
pname = "parselmouth";
version = "0.4.4";
version = "0.4.5";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "YannickJadoul";
repo = "Parselmouth";
# Stable branch with cherry picked changes to fit to the newer dependencies versions https://github.com/YannickJadoul/Parselmouth/issues/130
rev = "c2cbecc0ce4a0b5d3052cc6c6fbddf4bf133655d";
rev = "v${version}";
fetchSubmodules = true;
hash = "sha256-+6id0PVfpiVjee7O4ZoskNK0dz5ZmTYRTtum3B3tIgE=";
hash = "sha256-/Hde/DpSbmHs8WF3PAk4esYuMgOX6SxMaYJrrHYr/ZU=";
};
configurePhase = ''