3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #191367 from r-ryantm/auto-update/python310Packages.astropy-healpix

python310Packages.astropy-healpix: 0.6 -> 0.7
This commit is contained in:
Robert Scott 2022-09-16 21:25:30 +01:00 committed by GitHub
commit 4a6e55c0d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "astropy-healpix";
version = "0.6";
version = "0.7";
src = fetchPypi {
inherit version;
pname = lib.replaceStrings ["-"] ["_"] pname;
sha256 = "409a6621c383641456c074f0f0350a24a4a58e910eaeef14e9bbce3e00ad6690";
sha256 = "sha256-iMOE60MimXpY3ok46RrJ/5D2orbLKuI+IWnHQFrdOtg=";
};
nativeBuildInputs = [