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 sdeper to 1.6.3 #51501

Merged
merged 1 commit into from
Oct 20, 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/sdeper/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# This is the recipe file to publish SDePER to Bioconda

{% set name = "sdeper" %}
{% set version = "1.6.2" %}
{% set version = "1.6.3" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 271371a6cdd717244c96ce7ba0c6e282f9cd85112048aac3a0ab40975724a1e4
sha256: 2b77042525519a1de5c07956e562fe2f0173e411a921826c4ab6b6ca1f5d6e10

build:
number: 0
Expand Down