Skip to content

Commit

Permalink
python312Packages.xarray-dataclasses: 1.8.0 -> 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 15, 2024
1 parent df586b9 commit f709c6b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

buildPythonPackage rec {
pname = "xarray-dataclasses";
version = "1.8.0";
version = "1.9.1";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "astropenguin";
repo = "xarray-dataclasses";
rev = "refs/tags/v${version}";
hash = "sha256-NZBWq1G63yef6h9TjRBfCqPzhaks0Cm7bUCJfIIpmcE=";
tag = "v${version}";
hash = "sha256-p9xV9Mpk5fsWR8X6VWNaeRi66OqK4QQWA8pwD2aYqOU=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit f709c6b

Please sign in to comment.