We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3929c7 + eff8d8f commit 9b4ed74Copy full SHA for 9b4ed74
recipe/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "hklpy2" %}
2
-{% set version = "0.4.0" %}
+{% set version = "0.4.1" %}
3
{% set python_min = "3.10" %}
4
5
package:
@@ -8,7 +8,7 @@ package:
8
9
source:
10
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/hklpy2-{{ version }}.tar.gz
11
- sha256: 70b27fcf6331b30a1c095b7d0eba1c762a4f81a0acacbb6cf6880800d2c483fc
+ sha256: 1cf47fd3722c830b351dafa6ceb7c0ed4a30efd61d61ae6ee955c5dd67090c6e
12
13
build:
14
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
0 commit comments