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

Configure Feed

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

python: jsonmerge: 1.6.1 -> 1.7.0

+2 -2
+2 -2
pkgs/development/python-modules/jsonmerge/default.nix
··· 6 6 7 7 buildPythonPackage rec { 8 8 pname = "jsonmerge"; 9 - version = "1.6.1"; 9 + version = "1.7.0"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "03l2j1lrcwcp7af4x8agxnkib0ndybfrbhn2gi7mnk6gbxfw1aw3"; 13 + sha256 = "2004a421890311176136fb911c339c4bab45984808814feaed6a328c6e211ba2"; 14 14 }; 15 15 16 16 propagatedBuildInputs = [ jsonschema ];