Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-g authored Dec 23, 2024
1 parent 285ff6a commit 47bdb92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/lodei/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

package:
name: lodei
version: 1.0.0
version: {{version}}

source:
url: https://github.com/rna-editing1/lodei/archive/refs/tags/v{{version}}.tar.gz
md5: aab7ea1fa9c1e7b250b8b2d02065dd5d
sha256: e71d7bbd28a8227c8e5757c79f4c94f1bf9e1db278782cb82e5bcc2147721dfe

build:
noarch: python
number: 0
script: python -m pip install . --no-deps --ignore-installed
script: python -m pip install . --no-deps --no-build-isolation -vvv
run_exports:
- {{ pin_subpackage('lodei', max_pin="x") }}

Expand Down

0 comments on commit 47bdb92

Please sign in to comment.