Skip to content

Commit

Permalink
Update masurca to 4.1.2 (#51732)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Oct 28, 2024
1 parent f2d37e7 commit afdf6d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/masurca/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set name = "masurca" %}
{% set version = "4.1.1" %}
{% set version = "4.1.2" %}

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

source:
url: https://github.com/alekseyzimin/masurca/releases/download/v{{ version }}/MaSuRCA-{{ version }}.tar.gz
sha256: 8758f6196bf7f57e24e08bda84abddfff08feb4cea204c0eb5e1cb9fe8198573
sha256: 68d17e80295a242733bd875ef918f1af4fb3bb8ade29112e1a76cedc92dd619a
patches:
- 0001-install.sh.patch

build:
number: 2
number: 0
skip: True # [osx]
run_exports:
- {{ pin_subpackage(name, max_pin='x') }}
Expand Down

0 comments on commit afdf6d0

Please sign in to comment.