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: Eve: 1.1.1 -> 1.1.2

+2 -2
+2 -2
pkgs/development/python-modules/eve/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "Eve"; 14 - version = "1.1.1"; 14 + version = "1.1.2"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 - sha256 = "dbb409c481ffd5100a5ab13177f6ef6284257e33ac8e5090cd50e42533607ebd"; 18 + sha256 = "a8a1216ef1d3f1a4c4fc5a7bd315eca5a3ef7dfc6b78807cdf19ddfeecafcc3e"; 19 19 }; 20 20 21 21 propagatedBuildInputs = [