From 6cf8992617307ef9ab14bf0fb60bd534b1e8921e Mon Sep 17 00:00:00 2001 From: YoshitakaMo Date: Sat, 2 Mar 2024 15:52:50 +0900 Subject: [PATCH] gemmi 0.6.5 --- Formula/gemmi.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gemmi.rb b/Formula/gemmi.rb index d9c362911..fe655e5ad 100644 --- a/Formula/gemmi.rb +++ b/Formula/gemmi.rb @@ -1,8 +1,8 @@ class Gemmi < Formula desc "Macromolecular crystallography library and utilities" homepage "https://project-gemmi.github.io/" - url "https://github.com/project-gemmi/gemmi/archive/refs/tags/v0.6.4.tar.gz" - sha256 "507eea6ea112e2b142cc3dfa7de20c25e9f34c76ef77ef3caabfaf94d3657cb3" + url "https://github.com/project-gemmi/gemmi/archive/refs/tags/v0.6.5.tar.gz" + sha256 "9159506a16e0d22bbeeefc4d34137099318307db1b2bebf06fb2ae501571b19c" license "MPL-2.0" head "https://github.com/project-gemmi/gemmi.git", branch: "master"