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

Xiangyang1984 patch 11 #51393

Closed
Closed
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
8 changes: 4 additions & 4 deletions recipes/pneumo-typer/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% set name = "pneumo-typer" %}
{% set version = "1.0.2" %}

{% set sha256 = "755584efcb967c3afe260650af905123f81e192707ee8078ed9d1db22bbfad41" %}
{% set sha256 = "7f7e224ea5c13256a0597d981207147d1233b45581d11a71c1dd8ef99f14dbf4" %}

package:
name: "{{ name|lower }}"
Expand All @@ -12,7 +12,7 @@ source:
sha256: {{ sha256 }}

build:
number: 1
number: 2
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Query: Build number decrease.

The build number has been decreased from 3 to 2. Typically, the build number should be reset to 0 when the version is bumped, or incremented if there are changes without a version bump.

Could you please clarify the reason for decreasing the build number? If this was unintentional, consider updating it to:

  number: 0

noarch: generic
run_exports:
- {{ pin_subpackage('pneumo-typer', max_pin="x") }}
Expand All @@ -22,9 +22,9 @@ requirements:

run:
- blast
- perl-gd
- perl-gd >=2.74
- perl-gd-svg
- perl-svg
- perl-svg >=2.87
- perl-bioperl-core
- prodigal
- blat
Expand Down
Loading