Skip to content

Commit

Permalink
Update pbtk to version 3.4.0 (#51779)
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 9c5898d commit f598e3f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/pbtk/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "pbtk" %}
{% set version = "3.1.1" %}
{% set sha256 = "4dbe08d880a4b54d7c84ecdf9849feead71ac5330277a66f57a2915447169814" %}
{% set version = "3.4.0" %}
{% set sha256 = "31ff50c9a182b25f1d7e717e3ad764ec106a2ca81dc307a7c76242230e884b92" %}

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

Expand Down

0 comments on commit f598e3f

Please sign in to comment.