Merge pull request #127156 from jonringer/update-strictyaml

python3Packages.strictyaml: 1.3.2 -> 1.4.2
This commit is contained in:
Fabian Affolter 2021-06-17 12:11:33 +02:00 committed by GitHub
commit c147520d3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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