nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #233402 from SFrijters/xmldiff-2.6.3

python3Packages.xmldiff: 2.6.1 -> 2.6.3

authored by

Nick Cao and committed by
GitHub
c47ccc25 79902993

+2 -2
+2 -2
pkgs/development/python-modules/xmldiff/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "xmldiff"; 12 - version = "2.6.1"; 12 + version = "2.6.3"; 13 13 14 14 disabled = pythonOlder "3.7"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - hash = "sha256-gbgX7y/Q3pswM2tH/R1GSMmbMGhQJKB7w08sFGQE4Vk="; 18 + hash = "sha256-GbAws/o30fC1xa2a2pBZiEw78sdRxd2PHrTtSc/j/GA="; 19 19 }; 20 20 21 21 propagatedBuildInputs = [