python3Packages.strictyaml: 1.3.2 -> 1.4.2

This commit is contained in:
Jonathan Ringer 2021-06-16 18:06:59 -07:00
parent a4280003f9
commit 0b548037bf
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -7,15 +7,20 @@
}:
buildPythonPackage rec {
version = "1.3.2";
version = "1.4.2";
pname = "strictyaml";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "637399fd80dccc95f5287b2606b74098b23c08031b7ec33c5afb314ccbf10948";
sha256 = "sha256-3bTk6AfdUQybx/xQ/I0Tae1pbtXMktSUtedSuoJ2paI=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "ruamel.yaml==0.17.4" "ruamel.yaml"
'';
propagatedBuildInputs = [ ruamel_yaml python-dateutil ];
# Library tested with external tool