Skip to content

Commit

Permalink
Update psm-utils to 0.7.4 (bioconda#46535)
Browse files Browse the repository at this point in the history
* Update psm-utils to 0.7.4

* reset build number

---------

Co-authored-by: Joshua Zhuang <[email protected]>
Co-authored-by: mencian <[email protected]>
  • Loading branch information
3 people committed Mar 18, 2024
1 parent b6dcdc5 commit 922346e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/psm-utils/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "psm-utils" %}
{% set version = "0.7.3" %}
{% set sha256 = "d97b197276c7ebfa14aa74119e0f576466f1c87949ad00ce60ce1bba2fdc43b2" %}
{% set version = "0.7.4" %}
{% set sha256 = "bf36ad6246568841a5c4b658fdbbb0bf3a70f6f3b24b31b141f6018de24d4ad8" %}

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

build:
number: 1
number: 0
entry_points:
- psm_utils=psm_utils.__main__:main
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
Expand Down

0 comments on commit 922346e

Please sign in to comment.