mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
pythonPackages.ruamel_yaml: 0.13.7 -> 0.15.35
This commit is contained in:
parent
dc36894990
commit
9d0e4c0e5d
1 changed files with 2 additions and 2 deletions
|
@ -15509,11 +15509,11 @@ in {
|
|||
|
||||
ruamel_yaml = buildPythonPackage rec {
|
||||
name = "ruamel.yaml-${version}";
|
||||
version = "0.13.7";
|
||||
version = "0.15.35";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "mirror://pypi/r/ruamel.yaml/${name}.tar.gz";
|
||||
sha256 = "1vca2552k0kmhr9msg1bbfdvp3p9im17x1a6npaw221vlgg15z7h";
|
||||
sha256 = "0xggyfaj6vprggahf7cq8kp9j79rb7hn8ndk3bxj2sxvwhhliiwd";
|
||||
};
|
||||
|
||||
# Tests cannot load the module to test
|
||||
|
|
Loading…
Reference in a new issue