Skip to content

Commit

Permalink
Merge pull request #51 from zuoyuanh/main
Browse files Browse the repository at this point in the history
Add v1.3.3
  • Loading branch information
zuoyuanh authored Oct 17, 2024
2 parents edba710 + 7f2ddc0 commit 98630ef
Showing 1 changed file with 3 additions and 3 deletions.
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.3.2" %}
{% set version = "1.3.3" %}

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

source:
url: https://github.com/aws/sagemaker-code-editor/releases/download/v1.3.2/code-editor1.3.2.tar.gz
sha256: d538d91b4c5f9578a8ee7b40e00e3353d48281b80d239a8bab4612ff3cf9b39a
url: https://github.com/aws/sagemaker-code-editor/releases/download/v1.3.3/code-editorv1.3.3.tar.gz
sha256: dd5c3bdc18240ddf2db56cbbad6ff7f92261654fcc6bb4ea09ec83b5c4e2821c
folder: sagemaker-code-editor

build:
Expand Down

1 comment on commit 98630ef

@conda-forge-webservices
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

You should get push access to this feedstock and CI services.

Your package won't be available for installation locally until it is built
and synced to the anaconda.org CDN (takes 1-2 hours after the build finishes).

Feel free to join the community Element channel.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details on this are here.

Please sign in to comment.