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 dajin2 to 0.4.2 #46722

Merged
merged 1 commit into from
Mar 25, 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/dajin2/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "DAJIN2" %}
{% set version = "0.4.1" %}
{% set version = "0.4.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/DAJIN2-{{ version }}.zip
sha256: 5a0c360cf52d506c1c60ba94a13f408a2789c66443ba92f3d2a6f1a7acd0aa3e
sha256: 34f25000f2f2d0c7ff40163cd68f2702549b7ae703cf9c665f3a208601f549fa

build:
entry_points:
Expand Down