Skip to content

Commit

Permalink
[ci skip] Merge PR 38533
Browse files Browse the repository at this point in the history
Merge PR bioconda#38533, commits were: 
 * Merge pull request #1 from agnieszkadanek/update_agc

Update AGC to 3.0
 * Update meta.yaml
  • Loading branch information
agnieszkadanek authored Dec 26, 2022
1 parent 89ed8bb commit 8c560a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/agc/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{% set version = "2.1" %}
{% set version = "3.0" %}
{% set system = "linux"%} # [linux]
{% set system = "mac"%} # [osx]
{% set sha256 = "eee6de6407a2591f5411b1bea3940f7d38bf291d3c64caddae31925c9577ba91" %} # [linux]
{% set sha256 = "9c8c5d78b003ead8ba4c1f5b6d33def05a6109db6783213812c6bc0d2044323d" %} # [osx]
{% set sha256 = "3ee3245e556221d246f9afe5d9ad86888f4eb5aea6b10f621241c3170ef8835e" %} # [linux]
{% set sha256 = "3d68b6b76948b6d9a36c4e848e37969eda6ae0ec1abace4ca61a7cc585dcdabf" %} # [osx]
package:
name: agc
version: {{ version }}
Expand Down

0 comments on commit 8c560a2

Please sign in to comment.