Skip to content

Commit

Permalink
python3.pkgs.ruamel-yaml: 0.17.21 -> 0.17.32
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored and mweinelt committed Jul 28, 2023
1 parent 1ea5365 commit 5330b05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/development/python-modules/ruamel-yaml/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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; [ ];
};
Expand Down

0 comments on commit 5330b05

Please sign in to comment.