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 65eb47b + d810e54 commit 17165a0Copy full SHA for 17165a0
recipe/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "hklpy2" %}
2
-{% set version = "0.4.2" %}
+{% set version = "0.4.3" %}
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: db423c96c06a125d7e31129564819e82c948f6301abfc67a5829213ae02a22d2
+ sha256: a77fd37d2b3698c5c5ba116f62df8856f30a3134091c078c27e312fbb7c5d6ec
12
13
build:
14
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
0 commit comments