Commit 0a6e4565 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.test2ref: 0.8.2 -> 1.1.0

parent 81c9418a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };