From be1c17237b137b3efd7ccb7e401da3af8c49e05f Mon Sep 17 00:00:00 2001 From: Yoshitaka Moriwaki Date: Sun, 20 Oct 2024 09:13:05 +0900 Subject: [PATCH] Revert "ntlink 1.3.11" This reverts commit 31387ea466d14ae3dd9ce8ba176a0ce58e5e101e. --- Formula/ntlink.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/ntlink.rb b/Formula/ntlink.rb index 77f54deca..d281aa2e3 100644 --- a/Formula/ntlink.rb +++ b/Formula/ntlink.rb @@ -3,10 +3,10 @@ class Ntlink < Formula # cite Coombe_2021: "https://doi.org/10.1186/s12859-021-04451-7" desc "Assembly scaffolder using long reads and minimizers" homepage "https://bcgsc.ca/resources/software/ntlink" - url "https://github.com/bcgsc/ntLink/archive/refs/tags/v1.3.11.tar.gz" - sha256 "ca92bd4eb4cd6f2f81db54faaeaaf4686236f42db4b6f274f552a52a8460b869" + url "https://github.com/bcgsc/ntLink/archive/refs/tags/v1.3.10.tar.gz" + sha256 "248ccae217dd7ed2e4664c6b48235f8db2ba24d8896b8315f6e657f19d5f7085" license "GPL-3.0-only" - head "https://github.com/bcgsc/ntLink.git", branch: "master" + head "https://github.com/bcgsc/ntLink.git" bottle do root_url "https://ghcr.io/v2/brewsci/bio" @@ -20,7 +20,7 @@ class Ntlink < Formula depends_on "abyss" depends_on "brewsci/bio/btllib" depends_on "numpy" - depends_on "python@3.13" + depends_on "python@3.12" depends_on "xz" uses_from_macos "libxml2" @@ -36,7 +36,7 @@ class Ntlink < Formula end def python3 - "python3.13" + "python3.12" end def install