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.ephem: 4.1.1 -> 4.1.3

+2 -2
+2 -2
pkgs/development/python-modules/ephem/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "ephem"; 10 - version = "4.1.1"; 10 + version = "4.1.3"; 11 11 format = "setuptools"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "sha256-26ngXHjOkQrnWgY1GlWSR5GRqNxXCsDNbRinfpgTiHM="; 15 + sha256 = "sha256-f6GGhZgbpSjt1QQFKp1SEqCapb8VwRpzTtxqhuiotWo="; 16 16 }; 17 17 18 18 checkInputs = [