Skip to content

Commit 9efca0c

Browse files
rv-jenkinsrv-auditorbbyalcinkaya
authored
Update dependency: deps/k_release (#735)
* deps/k_release: Set Version 7.1.289 * Set Version: 0.1.136 * pykwasm/: sync uv files 7.1.289 * flake.{nix,lock}: update Nix derivations * Set Version: 0.1.142 * pykwasm/: sync uv files 7.1.289 * flake.{nix,lock}: update Nix derivations --------- Co-authored-by: devops <[email protected]> Co-authored-by: Burak Bilge Yalcinkaya <[email protected]>
1 parent 91637f9 commit 9efca0c

File tree

6 files changed

+156
-133
lines changed

6 files changed

+156
-133
lines changed

deps/k_release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.288
1+
7.1.289

flake.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
rv-nix-tools.url = "github:runtimeverification/rv-nix-tools/854d4f05ea78547d46e807b414faad64cea10ae4";
66
nixpkgs.follows = "rv-nix-tools/nixpkgs";
77

8-
k-framework.url = "github:runtimeverification/k/v7.1.288";
8+
k-framework.url = "github:runtimeverification/k/v7.1.289";
99
k-framework.inputs.nixpkgs.follows = "nixpkgs";
1010

1111
flake-utils.follows = "k-framework/flake-utils";

package/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.141
1+
0.1.142

pykwasm/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pykwasm"
7-
version = "0.1.141"
7+
version = "0.1.142"
88
description = ""
99
readme = "README.md"
1010
requires-python = "~=3.10"
1111
dependencies = [
12-
"kframework>=7.1.288",
12+
"kframework>=7.1.289",
1313
"py-wasm@git+https://github.com/runtimeverification/[email protected]"
1414
]
1515

0 commit comments

Comments
 (0)