lol

python311Packages.cdcs: 0.2.1 -> 0.2.2

Diff: https://github.com/usnistgov/pycdcs/compare/refs/tags/v0.2.1...v0.2.2

Changelog: https://github.com/usnistgov/pycdcs/releases/tag/v0.2.2

+4 -4
+4 -4
pkgs/development/python-modules/cdcs/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "cdcs"; 17 - version = "0.2.1"; 17 + version = "0.2.2"; 18 18 format = "setuptools"; 19 19 20 20 disabled = pythonOlder "3.6"; ··· 22 22 src = fetchFromGitHub { 23 23 owner = "usnistgov"; 24 24 repo = "pycdcs"; 25 - # https://github.com/usnistgov/pycdcs/issues/1 26 - rev = "3aeaeb4782054a220e916c189ffe440d113b571d"; 27 - hash = "sha256-OsabgO2B2PRhU3DVvkK+f9VLOMqctl4nyCETxLtzwNs="; 25 + rev = "refs/tags/v${version}"; 26 + hash = "sha256-WiNjMMcpp5K+Re44ryB7LNzr2LnnYzLZ5b0iT7u1ZiA="; 28 27 }; 29 28 30 29 nativeBuildInputs = [ ··· 51 50 meta = with lib; { 52 51 description = "Python client for performing REST calls to configurable data curation system (CDCS) databases"; 53 52 homepage = "https://github.com/usnistgov/pycdcs"; 53 + changelog = "https://github.com/usnistgov/pycdcs/releases/tag/v${version}"; 54 54 license = licenses.mit; 55 55 maintainers = with maintainers; [ fab ]; 56 56 };