python312Packages.pyxnat: 1.6.2 -> 1.6.3 (#381002)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyxnat";
|
||||
version = "1.6.2";
|
||||
version = "1.6.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
||||
owner = "pyxnat";
|
||||
repo = "pyxnat";
|
||||
tag = version;
|
||||
hash = "sha256-21nTIYbIYlFWNJTxqsuijamqRunpdc7/VBawvrWadWI=";
|
||||
hash = "sha256-peyQQ1fc+0O1I9LztYSgk2VBC17Y3UlOZGR2WSYKVTk=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -77,7 +77,7 @@ buildPythonPackage rec {
|
||||
homepage = "https://pyxnat.github.io/pyxnat";
|
||||
description = "Python API to XNAT";
|
||||
mainProgram = "sessionmirror.py";
|
||||
changelog = "https://github.com/pyxnat/pyxnat/releases/tag/${version}";
|
||||
changelog = "https://github.com/pyxnat/pyxnat/releases/tag/${src.tag}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ bcdarwin ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user