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: cachelib: 0.1 -> 0.1.1

+2 -2
+2 -2
pkgs/development/python-modules/cachelib/default.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "cachelib"; 5 - version = "0.1"; 5 + version = "0.1.1"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "13dfv0a4ahgx0wmpqv8jqhshim4229p9c1c7gcsra81pkm89p24b"; 9 + sha256 = "47e95a67d68c729cbad63285a790a06f0e0d27d71624c6e44c1ec3456bb4476f"; 10 10 }; 11 11 12 12 meta = with stdenv.lib; {