Skip to content

Commit

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

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

* deps/k_release: sync release file version 6.3.25

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

* Set Version: 1.0.478

* deps/pyk_release: Set Version v0.1.678

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

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

* deps/pyk_release: Set Version v0.1.679

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

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

* deps/pyk_release: Set Version v0.1.680

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

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

* Set Version: 1.0.479

* Set Version: 1.0.479

* deps/pyk_release: Set Version v0.1.681

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

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

* Try newer version of nix

A newer version of nix should incorporate these fixes NixOS/nix#8049

* bump cachix action

* Update install-nix-action

* Set Version: 1.0.481

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

* Set Version: 1.0.482

---------

Co-authored-by: devops <[email protected]>
Co-authored-by: Andrei Văcaru <[email protected]>
Co-authored-by: Samuel Balco <[email protected]>
Co-authored-by: Everett Hildenbrandt <[email protected]>
  • Loading branch information
5 people authored Mar 6, 2024
1 parent 7a847d1 commit 65f4327
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,16 +178,16 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- name: 'Install Nix'
if: ${{ matrix.runner == 'macos-13' }}
uses: cachix/install-nix-action@v19
uses: cachix/install-nix-action@v25
with:
install_url: https://releases.nixos.org/nix/nix-2.13.3/install
install_url: https://releases.nixos.org/nix/nix-2.19.3/install
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
substituters = http://cache.nixos.org https://cache.iog.io
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
- name: 'Install Cachix'
if: ${{ matrix.runner == 'macos-13' }}
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v14
with:
name: k-framework
authToken: ${{ secrets.CACHIX_PUBLIC_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion deps/k_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.24
6.3.25
2 changes: 1 addition & 1 deletion deps/pyk_release
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.675
v0.1.681
16 changes: 8 additions & 8 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.3.24";
k-framework.url = "github:runtimeverification/k/v6.3.25";
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.675";
pyk.url = "github:runtimeverification/pyk/v0.1.681";
nixpkgs-pyk.follows = "pyk/nixpkgs";
poetry2nix.follows = "pyk/poetry2nix";
blockchain-k-plugin = {
Expand Down
8 changes: 4 additions & 4 deletions kevm-pyk/poetry.lock

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

4 changes: 2 additions & 2 deletions kevm-pyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "kevm-pyk"
version = "1.0.481"
version = "1.0.482"
description = ""
authors = [
"Runtime Verification, Inc. <[email protected]>",
Expand All @@ -13,7 +13,7 @@ authors = [
[tool.poetry.dependencies]
python = "^3.10"
pathos = "*"
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.675" }
pyk = { git = "https://github.com/runtimeverification/pyk.git", tag="v0.1.681" }
tomlkit = "^0.11.6"

[tool.poetry.group.dev.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from typing import Final


VERSION: Final = '1.0.481'
VERSION: Final = '1.0.482'
2 changes: 1 addition & 1 deletion package/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.481
1.0.482

0 comments on commit 65f4327

Please sign in to comment.