Skip to content

Commit

Permalink
Merge pull request #21 from kathryn-baker/main
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherMayes committed Apr 11, 2023
2 parents da4470f + 1a49a43 commit 417d1fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "lume-model" %}
{% set version = "1.4.6" %}
{% set version = "1.5.0" %}

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

source:
url: https://github.com/slaclab/{{ name }}/archive/v{{ version }}.tar.gz
sha256: 3bd7ea70f967597912e6a784437a0292ce026dc98faf5ac1883cfcb64a227be6
sha256: 62f63926cf4b5e8bca4cc7cc8edc6c4b80ac78d1593042b33fa1bbe47e558b35

build:
noarch: python
Expand All @@ -30,7 +30,7 @@ test:
requires:
- pytest
commands:
- python -m pytest --pyargs lume_model
- python -m pytest --pyargs tests

about:
home: https://github.com/slaclab/lume-model
Expand Down

0 comments on commit 417d1fd

Please sign in to comment.