File tree Expand file tree Collapse file tree
pkgs/development/python-modules/cryptodatahub Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616
1717buildPythonPackage 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}
You can’t perform that action at this time.
0 commit comments