Skip to content

Commit

Permalink
Merge branch 'master' into rukki
Browse files Browse the repository at this point in the history
  • Loading branch information
mencian authored Oct 2, 2024
2 parents ef8dcbd + ecb3d6e commit 648f575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions recipes/bactopia-teton/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "1.1.0" %}
{% set version = "1.1.1" %}

package:
name: bactopia-teton
Expand All @@ -12,7 +12,7 @@ build:

source:
url: https://github.com/bactopia/bactopia-teton/archive/v{{version}}.tar.gz
sha256: b6a01cc8bc88d2fe7622c22312f4110a35fd01c78834eae90c9155ffb26cbc52
sha256: c62d0f74d5d4f48573af055424368de4ec4f88b744c7e3d451f818838f3b2da1

requirements:
run:
Expand All @@ -28,7 +28,7 @@ requirements:
- pigz
- python >=3.6,<3.11
- sed
- sizemeup >=1.2.2
- sizemeup >=1.2.3
- sra-human-scrubber >=2.2

test:
Expand Down
6 changes: 3 additions & 3 deletions recipes/sizemeup/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "sizemeup" %}
{% set version = "1.2.2" %}
{% set version = "1.2.3" %}

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

source:
url: https://github.com/rpetit3/sizemeup/archive/v{{ version }}.tar.gz
sha256: 423d978f93179873cdc7d67acf039c5e3542cd43e0244ebb11df03090c28b465
sha256: 0ce574a492ec88bb4befba1c429e7f853afa859808f9606a642c722ce2564f68

build:
number: 0
noarch: generic
noarch: python
run_exports:
- {{ pin_subpackage(name, max_pin='x.x') }}

Expand Down

0 comments on commit 648f575

Please sign in to comment.