Skip to content

Commit

Permalink
Update metaphor to 1.7.14 (#52040)
Browse files Browse the repository at this point in the history
  • Loading branch information
BiocondaBot authored Nov 11, 2024
1 parent d960497 commit 87d65c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/metaphor/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "metaphor" %}
{% set version = "1.7.13" %}
{% set version = "1.7.14" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
url: https://github.com/vinisalazar/{{ name }}/archive/refs/tags/v{{ version }}.tar.gz
sha256: 88f959b4eb30cb7794d361015b386220cc5a0e1c0e09d710a575890febed57d9
sha256: 86025b04ffa49d0f6430c02bba06533ce30e4ea5e45daeac3564d4be3a98bb84

build:
number: 1
number: 0
noarch: python
entry_points:
- metaphor = metaphor.cli.cli:main
Expand Down

0 comments on commit 87d65c9

Please sign in to comment.