tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.astropy-healpix: 1.1.0 -> 1.1.2
R. Ryantm
1 year ago
d5722c04
419b29d2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
astropy-healpix
default.nix
+2
-2
pkgs/development/python-modules/astropy-healpix/default.nix
reviewed
···
15
15
16
16
buildPythonPackage rec {
17
17
pname = "astropy-healpix";
18
18
-
version = "1.1.0";
18
18
+
version = "1.1.2";
19
19
pyproject = true;
20
20
21
21
src = fetchPypi {
22
22
inherit version;
23
23
pname = lib.replaceStrings [ "-" ] [ "_" ] pname;
24
24
-
hash = "sha256-0YFlh6YEkYjiqi6fABJZ3j+LoVjwS5O1BruEcmQAf24=";
24
24
+
hash = "sha256-A2cd8So27Ds1fCRNUVS2eGNi/12AdwZ1x7JIFRAQZuQ=";
25
25
};
26
26
27
27
nativeBuildInputs = [