Skip to content

Commit a588dee

Browse files
committed
python312Packages.cmsdials: 1.3.0 -> 1.4.0
1 parent c6f1ef9 commit a588dee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/cmsdials/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "cmsdials";
15-
version = "1.3.0";
15+
version = "1.4.0";
1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "cms-DQM";
2020
repo = "dials-py";
2121
rev = "refs/tags/v${version}";
22-
hash = "sha256-tV802rz8V9zkjxOoGDXuYGD9FNWjdPb3Grp2khwxC9I=";
22+
hash = "sha256-/5XgNPtjJgJEOaqvq7Z7XCXh2n+DbZqFbqnZddxxFpc=";
2323
};
2424

2525
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)