Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gsmap to 1.71.2 #51854

Merged
merged 2 commits into from
Nov 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes/gsmap/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "gsmap" %}
{% set version = "1.71.1" %}
{% set version = "1.71.2" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/gsMap/{{ name }}-{{ version }}.tar.gz"
sha256: f81debacf46d3e26614411d938a27345fcb42999a8ef2b740d134e910c2d0bcd
sha256: d058fb9c1e346b40cf3e6a1cf27fc6458acf3cdb29eb7d4dd74cb119ab0f88a9

build:
noarch: python
Expand Down
Loading