Skip to content

Commit

Permalink
Merge branch 'bioconda:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelyeu authored Oct 24, 2024
2 parents 1f4d1b3 + 3d6d97e commit aa14f83
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions recipes/cytoscape/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "cytoscape" %}
{% set version = "3.10.2" %}
{% set sha256 = "561380f7429aa806941027897fd1ca902597c4dadf4bf1bbd3141a39f2bd3f3e" %}
{% set version = "3.10.3" %}
{% set sha256 = "99a2d2f9559222ff0ef2136365517da8202fa4a7a89ec0860f8caf1db0ed40f7" %}

package:
name: {{ name }}
Expand Down
4 changes: 2 additions & 2 deletions recipes/gmap/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "GMAP" %}
{% set version = "2024.10.10" %}
{% set sha256 = "634952166008886f6f61bccbd32fd1a258a687aa2d5c65f0bbf58a41d34cb6f6" %}
{% set version = "2024.10.20" %}
{% set sha256 = "0983bc956c094af01b3733f02eb8d30849fd9171b68114e9cd3b8e20e0df17fe" %}

package:
name: {{ name|lower }}
Expand Down
4 changes: 2 additions & 2 deletions recipes/mycotools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "mycotools" %}
{% set version = "0.32.3" %}
{% set version = "0.32.4" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/mycotools-{{ version }}.tar.gz
sha256: 598caafca226eeb485759c88ff9ab3c05c0d9803e900c2cea7c191cb4df7c77e
sha256: 9269affbc752d5c378e0d7f206220c8bedeb96f2064d8783957b07de210c5666

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions recipes/neat/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "NEAT" %}
{% set version = "4.2.6" %}
{% set version = "4.2.7" %}

package:
name: '{{ name|lower }}'
version: '{{ version }}'

source:
url: https://github.com/ncsa/{{ name }}/archive/{{ version }}.tar.gz
sha256: 04348e0539b6259ebd4a48a2c60325f04ee0b49323243ceedd675655ba9f94d6
sha256: e53149690d9d9996c3d287d496d63aff926f60244d7237dd103da06435ef7001


build:
Expand Down
6 changes: 3 additions & 3 deletions recipes/spaln/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "spaln" %}
{% set version = "3.0.6" %}
{% set sha256 = "0b627609b69e0e1487cbb75ff564cfe3816c24da8552acbaf50bf19bce1c6490" %}
{% set version = "3.0.6b" %}
{% set sha256 = "8e496ef6d02696543f4a5e31922f464555eff9b8405da366587ba7bea27b4e76" %}

package:
name: {{ name|lower }}
Expand Down Expand Up @@ -41,7 +41,7 @@ test:

about:
home: https://github.com/ogotoh/spaln
doc_url: "https://github.com/ogotoh/spaln/blob/master/README.md"
doc_url: "https://github.com/ogotoh/spaln/blob/ver.{{ version }}/README.md"
dev_url: https://github.com/ogotoh/spaln
license: "GPL-2.0-or-later"
license_family: GPL
Expand Down
4 changes: 2 additions & 2 deletions recipes/tissuumaps/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
# - add pyqt6 (or possibly pyqt>=6) dependency
# Until then, only the "tissuumaps_server" script is available, not "tissuumaps"

{% set version = "3.2.1.10" %}
{% set version = "3.2.1.11" %}

package:
name: tissuumaps
version: {{ version }}

source:
url: https://github.com/TissUUmaps/TissUUmaps/archive/refs/tags/{{ version }}.tar.gz
sha256: 126537079ea9fef743b0d2575d4e6cafac1351c465de7bbf0b0ec2b080748e34
sha256: 3a2e81c2e37415a6ed7e32b95b7923cef55450b5b3f2cd77fa9f2d7b12542bda

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions recipes/vsearch/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "2.29.0" %}
{% set sha256 = "2c5bd0d9b3c2ec8eecd1af06ae11611138d87fdfecfa423ae791d52dccd27e63" %}
{% set version = "2.29.1" %}
{% set sha256 = "a36f175c4eddf1c7ce7030561de52c20d36ddc5ed1f498ee4853c6808f7375bb" %}

package:
name: vsearch
Expand Down

0 comments on commit aa14f83

Please sign in to comment.