Skip to content

Commit ef548d1

Browse files
authored
python3Packages.cryptodatahub: 1.0.0 -> 1.0.2, add ngi team (#475782)
2 parents 7af37c1 + 3faa1bb commit ef548d1

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

  • pkgs/development/python-modules/cryptodatahub

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616

1717
buildPythonPackage rec {
1818
pname = "cryptodatahub";
19-
version = "1.0.0";
19+
version = "1.0.2";
2020
pyproject = true;
2121

2222
disabled = pythonOlder "3.9";
2323

2424
src = fetchFromGitLab {
2525
owner = "coroner";
2626
repo = "cryptodatahub";
27-
rev = "refs/tags/v${version}";
28-
hash = "sha256-taYpSYkfucc9GQpVDiAZgCt/D3Akld20LkFEhsdKH0Q=";
27+
tag = "v${version}";
28+
hash = "sha256-DQspaa9GsnRjETKUca2i91iBPbT4qATmKiL8M0nBP/A=";
2929
};
3030

3131
build-system = [
@@ -51,16 +51,15 @@ buildPythonPackage rec {
5151
preCheck = ''
5252
# failing tests
5353
rm test/updaters/test_common.py
54-
rm test/common/test_key.py
5554
# Tests require network access
5655
rm test/common/test_utils.py
5756
'';
5857

5958
meta = {
6059
description = "Repository of cryptography-related data";
6160
homepage = "https://gitlab.com/coroner/cryptodatahub";
62-
changelog = "https://gitlab.com/coroner/cryptodatahub/-/blob/${version}/CHANGELOG.rst";
61+
changelog = "https://gitlab.com/coroner/cryptodatahub/-/blob/${src.tag}/CHANGELOG.rst";
6362
license = lib.licenses.mpl20;
64-
maintainers = [ ];
63+
teams = with lib.teams; [ ngi ];
6564
};
6665
}

0 commit comments

Comments
 (0)