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

Add v1.4.2 #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "sagemaker-code-editor" %}
{% set version = "1.4.1" %}
{% set version = "1.4.2" %}

package:
name: {{ name|lower }}
version: {{ version|replace("-", "_") }}

source:
url: https://github.com/aws/sagemaker-code-editor/releases/download/v1.4.1/code-editorv1.4.1.tar.gz
sha256: 8f965761dbbf49733a0bf07ee0e552b4a62dec2f19ce48b5443e3996c4471246
url: https://github.com/aws/sagemaker-code-editor/releases/download/v1.4.2/code-editor1.4.2.tar.gz
sha256: 61688c725f9b750e01b75502951d2aee71534d7c010e667e91ed00cd8599ea91
folder: sagemaker-code-editor

build:
Expand Down
Loading