0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python312Packages.cmsdials: 1.4.0 -> 1.5.0

This commit is contained in:
R. Ryantm 2024-12-08 12:31:34 +00:00
parent 0bc7caf6ff
commit fe0ed7965d

View file

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "cmsdials";
version = "1.4.0";
version = "1.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "cms-DQM";
repo = "dials-py";
rev = "refs/tags/v${version}";
hash = "sha256-/5XgNPtjJgJEOaqvq7Z7XCXh2n+DbZqFbqnZddxxFpc=";
tag = "v${version}";
hash = "sha256-bYFADE6Fi0hQ0IaaeN3RhtPPQwWqhhRbNyGOUPLksp4=";
};
build-system = [ poetry-core ];