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

gleam: Update to 1.5.0 #3863

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion packages/g/gleam/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ libc.so.6:open
libc.so.6:open64
libc.so.6:openat64
libc.so.6:opendir
libc.so.6:pause
libc.so.6:pipe2
libc.so.6:poll
libc.so.6:posix_memalign
Expand All @@ -95,7 +96,6 @@ libc.so.6:pthread_attr_setstacksize
libc.so.6:pthread_create
libc.so.6:pthread_detach
libc.so.6:pthread_getattr_np
libc.so.6:pthread_getspecific
libc.so.6:pthread_join
libc.so.6:pthread_key_create
libc.so.6:pthread_key_delete
Expand Down
6 changes: 3 additions & 3 deletions packages/g/gleam/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : gleam
version : 1.4.1
release : 1
version : 1.5.0
release : 2
source :
- https://github.com/gleam-lang/gleam/archive/refs/tags/v1.4.1.tar.gz : 1a3826d2d36f5442be34ec749895b03ed1538ef28e59b0134ff4001468f095f7
- https://github.com/gleam-lang/gleam/archive/refs/tags/v1.5.0.tar.gz : 0342babfbd6d8201ae00b6b0ef5e0b181bce5690c703ffae8dd02542e024c4c2
homepage : https://gleam.run
license : Apache-2.0
component : programming
Expand Down
6 changes: 3 additions & 3 deletions packages/g/gleam/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ Gleam can additionally compile to JavaScript, enabling you to use your code in t
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-08-12</Date>
<Version>1.4.1</Version>
<Update release="2">
<Date>2024-09-19</Date>
<Version>1.5.0</Version>
<Comment>Packaging update</Comment>
<Name>Ian M. Jones</Name>
<Email>[email protected]</Email>
Expand Down