Skip to content

Commit

Permalink
Merge pull request #21 from semuadmin/version-1.2.43
Browse files Browse the repository at this point in the history
update to version 1.2.43
  • Loading branch information
semuadmin authored Jun 4, 2024
2 parents 0adde62 + 2cbd621 commit 5088d76
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 = "pyubx2" %}
{% set version = "1.2.42" %}
{% set version = "1.2.43" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/pyubx2-{{ version }}.tar.gz
sha256: de493f9d1911e15a1d058633f05848a288724937b64cdd1302c911952b2b66a3
sha256: 3ff5cbd2a9a50aa8eb294d3fb37e3586ae228c13253601749d1a2cc23cbaf8b0
build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
Expand All @@ -21,7 +21,7 @@ requirements:
- pip
run:
- python >=3.8
- pynmeagps >=1.0.36
- pynmeagps >=1.0.37
- pyrtcm >=1.1.1

test:
Expand Down

0 comments on commit 5088d76

Please sign in to comment.