Skip to content

Commit

Permalink
Update dependency: deps/pyk_release (#2302)
Browse files Browse the repository at this point in the history
* deps/pyk_release: Set Version v0.1.663

* kevm-pyk/: sync poetry files pyk version v0.1.663

* deps/k_release: sync release file version 6.3.17

* flake.{nix,lock}: update Nix derivations

* Rename syntactic list terminals in expected output

* Replace `.` by `.K` in expected output

* Rename module

* Fix attributes

* kevm-pyk/{utils,__main__}: adjustments to CTermSymbolic/KCFGExplore interface

* Set Version: 1.0.466

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: Tamás Tóth <[email protected]>
Co-authored-by: Everett Hildenbrandt <[email protected]>
  • Loading branch information
4 people authored Feb 28, 2024
1 parent 9ad1b52 commit f425269
Show file tree
Hide file tree
Showing 18 changed files with 275 additions and 158 deletions.
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.2.4
6.3.17
2 changes: 1 addition & 1 deletion deps/pyk_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.627
v0.1.663
197 changes: 155 additions & 42 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
description = "A flake for the KEVM Semantics";

inputs = {
k-framework.url = "github:runtimeverification/k/v6.2.4";
k-framework.url = "github:runtimeverification/k/v6.3.17";
nixpkgs.follows = "k-framework/nixpkgs";
flake-utils.follows = "k-framework/flake-utils";
rv-utils.follows = "k-framework/rv-utils";
pyk.url = "github:runtimeverification/pyk/v0.1.627";
pyk.url = "github:runtimeverification/pyk/v0.1.663";
nixpkgs-pyk.follows = "pyk/nixpkgs";
poetry2nix.follows = "pyk/poetry2nix";
blockchain-k-plugin = {
Expand Down
Loading

0 comments on commit f425269

Please sign in to comment.