tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.monty: 2025.1.9 -> 2025.3.3
R. Ryantm
1 year ago
a4be2358
d95b40ed
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
monty
default.nix
+3
-3
pkgs/development/python-modules/monty/default.nix
···
37
37
38
38
buildPythonPackage rec {
39
39
pname = "monty";
40
40
-
version = "2025.1.9";
40
40
+
version = "2025.3.3";
41
41
pyproject = true;
42
42
43
43
src = fetchFromGitHub {
44
44
owner = "materialsvirtuallab";
45
45
repo = "monty";
46
46
tag = "v${version}";
47
47
-
hash = "sha256-+9nxuvrtl04Fb+GQJUn+fxg4sq1pXK59UkUTkKH16YQ=";
47
47
+
hash = "sha256-3UoACKJtPm2BrkJP8z7BFrh3baRyL/S3VwCG3K8AQn0=";
48
48
};
49
49
50
50
build-system = [
···
111
111
patterns such as singleton and cached_class, and many more.
112
112
";
113
113
homepage = "https://github.com/materialsvirtuallab/monty";
114
114
-
changelog = "https://github.com/materialsvirtuallab/monty/releases/tag/v${version}";
114
114
+
changelog = "https://github.com/materialsvirtuallab/monty/releases/tag/${src.tag}";
115
115
license = lib.licenses.mit;
116
116
maintainers = with lib.maintainers; [ psyanticy ];
117
117
};