tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.xarray: 0.18.2 -> 0.19.0
Martin Weinelt
4 years ago
43419be1
4f7e5261
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
xarray
default.nix
+2
-2
pkgs/development/python-modules/xarray/default.nix
···
11
11
12
12
buildPythonPackage rec {
13
13
pname = "xarray";
14
14
-
version = "0.18.2";
14
14
+
version = "0.19.0";
15
15
disabled = !isPy3k;
16
16
17
17
src = fetchPypi {
18
18
inherit pname version;
19
19
-
sha256 = "5d2e72a228286fcf60f66e16876bd27629a1a70bf64822c565f16515c4d10284";
19
19
+
sha256 = "3a365ce09127fc841ba88baa63f37ca61376ffe389a6c5e66d52f2c88c23a62b";
20
20
};
21
21
22
22
nativeBuildInputs = [ setuptools-scm ];