From 6083d4ceb78594a1eb8d5e2c82b15e88eafe0d0f Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:17:32 +0100 Subject: [PATCH] python3Packages.pymatgen: 2024.9.17.1 -> 2025.1.9 https://github.com/materialsproject/pymatgen/releases/tag/v2025.1.9 --- pkgs/development/python-modules/pymatgen/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pymatgen/default.nix b/pkgs/development/python-modules/pymatgen/default.nix index a1cdeb35b871..4b7e3850ad73 100644 --- a/pkgs/development/python-modules/pymatgen/default.nix +++ b/pkgs/development/python-modules/pymatgen/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { pname = "pymatgen"; - version = "2024.9.17.1"; + version = "2025.1.9"; pyproject = true; disabled = pythonOlder "3.8"; @@ -40,7 +40,7 @@ buildPythonPackage rec { owner = "materialsproject"; repo = "pymatgen"; tag = "v${version}"; - hash = "sha256-o76bGItldcLfgZ5KDw2uL0GJvyljQJEwISR0topVR44="; + hash = "sha256-mbXnuqgve8YjktJ2PSaMNk8ADioaGe+W12bYm/chpzE="; }; build-system = [ setuptools ]; @@ -92,7 +92,7 @@ buildPythonPackage rec { meta = with lib; { description = "Robust materials analysis code that defines core object representations for structures and molecules"; homepage = "https://pymatgen.org/"; - changelog = "https://github.com/materialsproject/pymatgen/releases/tag/v${version}"; + changelog = "https://github.com/materialsproject/pymatgen/releases/tag/${src.tag}"; license = licenses.mit; maintainers = with maintainers; [ psyanticy ]; };