Skip to content

Commit

Permalink
gleam: Update to 1.5.0 (#3863)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjharder authored Sep 19, 2024
2 parents 3c1316b + b4f5778 commit aacfa0a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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

0 comments on commit aacfa0a

Please sign in to comment.