Merge pull request #299357 from r-ryantm/auto-update/cytoscape

cytoscape: 3.10.1 -> 3.10.2
This commit is contained in:
Weijia Wang 2024-03-27 15:38:47 +01:00 committed by GitHub
commit 0a4c9c84e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "cytoscape";
version = "3.10.1";
version = "3.10.2";
src = fetchurl {
url = "https://github.com/cytoscape/cytoscape/releases/download/${version}/${pname}-unix-${version}.tar.gz";
sha256 = "sha256-fqxAsnpMYCYj0hW2oxu/NH4PqesRlWPs5eDSeSjy1aU=";
sha256 = "sha256-ArT+g3GbtSxq3FvRi1H4z/kpsmcFCmKhzEJI4bCK44E=";
};
patches = [