Skip to content

Commit

Permalink
Merge branch 'master' into seqkit-2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Nov 2, 2024
2 parents 7740410 + 0d6951b commit 9234b8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions recipes/kalamari/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "Kalamari" %}
{% set version = "5.7.1" %}
{% set version = "5.7.2" %}

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

source:
url: https://github.com/lskatz/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: 41a70037424da3658e6c92e3faca335d4cf02301fc74a5b5b27cd2611aef5681
sha256: 9f206e8bb949961d2b0f4788dae0deb2941632237391ae04891ea77ef8f02d89

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions recipes/snakemake/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Attention: when upgrading the version, please compare below dependencies with
# https://github.com/snakemake/snakemake/blob/{version}/setup.cfg
{% set name = "snakemake" %}
{% set version = "8.25.0" %}
{% set version = "8.25.1" %}

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

source:
url: https://pypi.io/packages/source/s/{{ name }}/snakemake-{{ version }}.tar.gz
sha256: a9cf1ab8e7c33a6e928f191fc83572e8add8d8383465a036910526d01081bddc
sha256: c8f4442473f3af130f237fe5759ebfb03997b44e713cd7c479aba27d71338cd9

build:
number: 0
Expand Down

0 comments on commit 9234b8b

Please sign in to comment.