Skip to content

Commit 64fef0d

Browse files
authored
Pin robotkernel = 1.0.1 (#44)
1 parent a8413ff commit 64fef0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

recipes/robotkernel/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package:
22
name: '{% set name = "robotkernel" %}{{ name }}'
3-
version: '{% set version = "1.0" %}{{ version }}'
3+
version: '{% set version = "1.0.1" %}{{ version }}'
44

55
source:
66
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
7-
sha256: 33a28df8236786fbd45cfd9b92c5b710d86b7c686a7c602a6b7ea955aacb251c
7+
sha256: a725d18f1a5f5242192561453acc11466821671c383e808adb68661c4850a472
88

99
build:
1010
noarch: python

recipes/robotlab/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set robotkernel = "1.0" %}
1+
{% set robotkernel = "1.0.1" %}
22
{% set robot_jupyterlab = "==1.1.4" %}
33
{% set robot_conda = ">=4.7.12,<4.8" %}
44
{% set robot_fox = ">=68.0.2,<69" %}
@@ -13,7 +13,7 @@ source:
1313
- path: ../../robotlab
1414
folder: robotlab
1515
- url: https://github.com/robots-from-jupyter/robotkernel/archive/{{ robotkernel }}.tar.gz
16-
sha256: 93819e902be42895b02d8142c6fb13f5a88c69fdc49a7b49a15a65371d80547d
16+
sha256: b239e50c2743a7b94704d1f3678303bc95d56be5cf7071e653189a9e9dc74a12
1717
folder: robotkernel
1818
# we do the jupyterlab build off-line to keep conda-build time low
1919
- path: ../../_artifacts/app_dir

0 commit comments

Comments
 (0)