Skip to content

Commit

Permalink
Update varfish-cli to 0.6.4 (#51973)
Browse files Browse the repository at this point in the history
* Update varfish-cli to 0.6.4

* Update meta.yaml

---------

Co-authored-by: Andreas Sjödin <[email protected]>
  • Loading branch information
BiocondaBot and druvus authored Nov 6, 2024
1 parent 51300e0 commit 27fa1b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipes/varfish-cli/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "0.6.3" %}
{% set sha256 = "7a7344b3d88b8ac303f0a54f7709fa528fe1555dd6e935c45e6ec452d955871d" %}
{% set version = "0.6.4" %}
{% set sha256 = "229fbfb2798f5703fc2023b24034e05a6af7356681de0c0fa902f68fe80f1490" %}

package:
name: varfish-cli
Expand All @@ -11,7 +11,7 @@ source:

build:
noarch: python
number: 2
number: 0
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv
entry_points:
- varfish-cli = varfish_cli.__main__:main
Expand All @@ -22,6 +22,7 @@ requirements:
host:
- python >=3
- pip
- setuptools
run:
- python >=3.9
- attrs
Expand Down

0 comments on commit 27fa1b9

Please sign in to comment.