forked from mirrors/nixpkgs
Merge pull request #127156 from jonringer/update-strictyaml
python3Packages.strictyaml: 1.3.2 -> 1.4.2
This commit is contained in:
commit
c147520d3f
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue