Merge pull request #245943 from fabaff/cdcs-bump
python311Packages.cdcs: 0.2.1 -> 0.2.2
This commit is contained in:
commit
7b349f1747
1 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "cdcs";
|
pname = "cdcs";
|
||||||
version = "0.2.1";
|
version = "0.2.2";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
@ -22,9 +22,8 @@ buildPythonPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "usnistgov";
|
owner = "usnistgov";
|
||||||
repo = "pycdcs";
|
repo = "pycdcs";
|
||||||
# https://github.com/usnistgov/pycdcs/issues/1
|
rev = "refs/tags/v${version}";
|
||||||
rev = "3aeaeb4782054a220e916c189ffe440d113b571d";
|
hash = "sha256-WiNjMMcpp5K+Re44ryB7LNzr2LnnYzLZ5b0iT7u1ZiA=";
|
||||||
hash = "sha256-OsabgO2B2PRhU3DVvkK+f9VLOMqctl4nyCETxLtzwNs=";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -51,6 +50,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python client for performing REST calls to configurable data curation system (CDCS) databases";
|
description = "Python client for performing REST calls to configurable data curation system (CDCS) databases";
|
||||||
homepage = "https://github.com/usnistgov/pycdcs";
|
homepage = "https://github.com/usnistgov/pycdcs";
|
||||||
|
changelog = "https://github.com/usnistgov/pycdcs/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue