python3Packages.test2ref: 0.8.2 -> 1.1.0 (#417066)
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "test2ref";
|
||||
version = "0.8.2";
|
||||
version = "1.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nbiotcloud";
|
||||
repo = "test2ref";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Rgm7qZc1pFY/9gwzHjnI305Ch9enXzzWRsPZ7CQjzpQ=";
|
||||
hash = "sha256-m95undMr1W2GRcSELv7s9kpuXyu+HnGo+huc0Uh9rQI=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -38,7 +38,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Testing Against Learned Reference Data";
|
||||
homepage = "https://github.com/nbiotcloud/test2ref";
|
||||
changelog = "https://github.com/nbiotcloud/test2ref/releases/tag/v${version}";
|
||||
changelog = "https://github.com/nbiotcloud/test2ref/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ GaetanLepage ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user