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

Configure Feed

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

python3Packages.gorilla: 0.3.0 -> 0.4.0

+2 -2
+2 -2
pkgs/development/python-modules/gorilla/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "gorilla"; 5 - version = "0.3.0"; 5 + version = "0.4.0"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "feb2899b923935c25420b94aa8c266ccb5c0315199c685b725303a73195d802c"; 9 + sha256 = "005ab8853b037162a7c77bb824604c6e081878ee03c09ad01ef41744856019d3"; 10 10 }; 11 11 12 12 meta = with lib; {