Skip to content

Commit d7e035b

Browse files
committed
update for 3.8.2
1 parent 3eaacb1 commit d7e035b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set base_version = "3.8.1" %}
1+
{% set base_version = "3.8.2" %}
22
{% set version = base_version %}
33
{% set linkage_nature = os.environ.get('PY_INTERP_LINKAGE_NATURE', '') %}
44
{% set debug = os.environ.get('PY_INTERP_DEBUG', '') %}
@@ -15,8 +15,8 @@ package:
1515

1616
source:
1717
- url: https://www.python.org/ftp/python/{{ base_version }}/Python-{{ version }}.tar.xz
18-
# md5 from: https://www.python.org/downloads/release/python-381/
19-
md5: b3fb85fd479c0bf950c626ef80cacb57
18+
# md5 from: https://www.python.org/downloads/release/python-382/
19+
md5: f9f3768f757e34b342dbc06b41cbc844
2020
patches:
2121
{% if 'conda-forge' not in channel_targets %}
2222
- patches/0001-Add-Anaconda-Distribution-version-logic.patch
@@ -78,7 +78,7 @@ source:
7878

7979

8080
build:
81-
number: 3
81+
number: 0
8282
# Windows has issues updating python if conda is using files itself.
8383
# Copy rather than link.
8484
no_link:

0 commit comments

Comments
 (0)