Skip to content

Commit

Permalink
Update sizemeup to 1.2.3 (#51114)
Browse files Browse the repository at this point in the history
* Update sizemeup to 1.2.3

* Update meta.yaml

---------

Co-authored-by: Robert A. Petit III <[email protected]>
  • Loading branch information
BiocondaBot and rpetit3 authored Oct 2, 2024
1 parent be87572 commit 38857c4
Showing 1 changed file with 3 additions and 3 deletions.
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 38857c4

Please sign in to comment.