uiua-unstable: 0.18.1 -> 0.19.0-dev.4

Also added a patch to remove a network test that was added in a larger test suite
This commit is contained in:
Coca
2026-05-21 17:30:42 +02:00
parent d233902339
commit edbcbb7427
4 changed files with 17 additions and 4 deletions
@@ -0,0 +1,11 @@
diff --git a/tests/module.ua b/tests/module.ua
index 92e463a6..ff3f0489 100644
--- a/tests/module.ua
+++ b/tests/module.ua
@@ -89,6 +89,3 @@ B ← A
D‼ ← ^0^1
└─╴
⍤⤙≍ 6 M!D‼++ 1 2 3
-
-~ "gh: uiua-lang/example-module subfolder" ~ Lang
-⍤⤙≍ "Uiua" Lang
+1 -1
View File
@@ -35,7 +35,7 @@ in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "uiua";
inherit (versionInfo) version cargoHash;
inherit (versionInfo) version cargoHash patches;
src = fetchFromGitHub {
owner = "uiua-lang";
+1
View File
@@ -4,4 +4,5 @@ rec {
hash = "sha256-HB6YjWi4DEbLTwMhqtcF0IufK8YEmE4w/7n/nsL8VEw=";
cargoHash = "sha256-B2eDBf5ycFpXBk9XIzkltdr6eDs/CHHufHtjoOAvg2E=";
updateScript = ./update-stable.sh;
patches = [ ];
}
+4 -3
View File
@@ -1,7 +1,8 @@
rec {
version = "0.18.1";
version = "0.19.0-dev.4";
tag = version;
hash = "sha256-HB6YjWi4DEbLTwMhqtcF0IufK8YEmE4w/7n/nsL8VEw=";
cargoHash = "sha256-B2eDBf5ycFpXBk9XIzkltdr6eDs/CHHufHtjoOAvg2E=";
hash = "sha256-Df/d6dCYXRG8uWVTpLR3I8llS1ujT3QFnx5TCZSxf+0=";
cargoHash = "sha256-cXD780n7qI8baDYyOdJvFBvXV2qCTiutgLc19+ewHnk=";
updateScript = ./update-unstable.sh;
patches = [ ./0001-no-network-test.patch ];
}