Skip to content

Commit

Permalink
Update pbmarkdup to 1.1.0 (#51783)
Browse files Browse the repository at this point in the history
Co-authored-by: Jessica Mattick <[email protected]>
  • Loading branch information
jmattick and Jessica Mattick authored Oct 29, 2024
1 parent 95c86f2 commit 9c5898d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes/pbmarkdup/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "pbmarkdup" %}
{% set version = "1.0.3" %}
{% set sha256 = "96907ba4873f377c79b3c74128ae45307e75e7c42dd90b0ddf7fe8b4684b723a" %}
{% set version = "1.1.0" %}
{% set sha256 = "a6bbcd71cce4a90202f5d7a7882f982e876212dbc237095418a72d0b7eea6e61" %}

package:
name: {{ name }}
Expand All @@ -26,6 +26,8 @@ extra:
build:
number: 0
skip: True # [osx]
run_exports:
- {{ pin_subpackage('pbmarkdup', max_pin='x.x') }}

test:
commands:
Expand Down

0 comments on commit 9c5898d

Please sign in to comment.