mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 00:34:00 +00:00
python3.pkgs.ruamel-yaml: 0.17.21 -> 0.17.32
Changelog: https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree/CHANGES
This commit is contained in:
parent
1ea5365173
commit
5330b05d99
@ -8,12 +8,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ruamel-yaml";
|
||||
version = "0.17.21";
|
||||
version = "0.17.32";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "ruamel.yaml";
|
||||
inherit version;
|
||||
hash = "sha256-i3zml6LyEnUqNcGsQURx3BbEJMlXO+SSa1b/P10jt68=";
|
||||
hash = "sha256-7JOQY3YZFOFFQpcqXLptM8I7CFmrY0L2HPBwz8YA78I=";
|
||||
};
|
||||
|
||||
# Tests use relative paths
|
||||
@ -27,6 +27,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order";
|
||||
homepage = "https://sourceforge.net/projects/ruamel-yaml/";
|
||||
changelog = "https://sourceforge.net/p/ruamel-yaml/code/ci/default/tree/CHANGES";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user