From b2293aff83c738fac255608959ef3357f73a4ce8 Mon Sep 17 00:00:00 2001 From: zliu41 <6342538+zliu41@users.noreply.github.com> Date: Tue, 3 Mar 2026 01:02:46 +0000 Subject: [PATCH 1/2] Bump plutus Version to 1.59.0.0 --- cabal.project | 4 ++-- flake.lock | 12 ++++++------ plinth-template.cabal | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/cabal.project b/cabal.project index ba95d05..b2c9e49 100644 --- a/cabal.project +++ b/cabal.project @@ -11,9 +11,9 @@ repository cardano-haskell-packages index-state: -- Bump both the following dates if you need newer packages from Hackage - , hackage.haskell.org 2026-01-23T20:19:31Z + , hackage.haskell.org 2026-03-02T22:40:26Z -- Bump this if you need newer packages from CHaP - , cardano-haskell-packages 2026-01-24T11:25:12Z + , cardano-haskell-packages 2026-03-02T23:07:48Z packages: ./. diff --git a/flake.lock b/flake.lock index 63300de..aa0d316 100644 --- a/flake.lock +++ b/flake.lock @@ -3,11 +3,11 @@ "CHaP": { "flake": false, "locked": { - "lastModified": 1769256732, - "narHash": "sha256-znue7+L+Ew5IF8lPCVh0R/Mf8t0+/ybN+PqB+Rwbxh8=", + "lastModified": 1772495045, + "narHash": "sha256-sJpLp2hNC4eh7j8VY7iXYhydYECtoBQXK4w29oc+GCc=", "owner": "IntersectMBO", "repo": "cardano-haskell-packages", - "rev": "97361cfd2b1286aebac8d1143d28b8a2adcff02f", + "rev": "17fdbf5aa89292935ee7112ed96e5bab0a66fc9a", "type": "github" }, "original": { @@ -209,11 +209,11 @@ "hackage": { "flake": false, "locked": { - "lastModified": 1769249791, - "narHash": "sha256-3gaa2HuIftLvnGRHaSvVREirMWKrBKEdDR9fXN8Cy2E=", + "lastModified": 1772498013, + "narHash": "sha256-u1j4zZBnu4jQsUBf5NEY7r/SJgCNDcidmRAkxYeJZPw=", "owner": "input-output-hk", "repo": "hackage.nix", - "rev": "dfcd3e00c8c319075d27f8ef4a04c5a07b5ef470", + "rev": "185a6df48307399e65ea51eb2da22878ff411a15", "type": "github" }, "original": { diff --git a/plinth-template.cabal b/plinth-template.cabal index cd63b09..25f84d1 100644 --- a/plinth-template.cabal +++ b/plinth-template.cabal @@ -49,10 +49,10 @@ common plinth-options common plutus-deps build-depends: - , plutus-core ^>=1.57.0.0 - , plutus-ledger-api ^>=1.57.0.0 - , plutus-tx ^>=1.57.0.0 - , plutus-tx-plugin ^>=1.57.0.0 + , plutus-core ^>=1.59.0.0 + , plutus-ledger-api ^>=1.59.0.0 + , plutus-tx ^>=1.59.0.0 + , plutus-tx-plugin ^>=1.59.0.0 library plinth-validators import: plinth-options, plutus-deps From dae0582d3cd41a8959c4d6175e85abd25c107192 Mon Sep 17 00:00:00 2001 From: zeme-wana <15709674+zeme-wana@users.noreply.github.com> Date: Tue, 17 Mar 2026 16:41:42 +0100 Subject: [PATCH 2/2] Update cabal.project --- cabal.project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cabal.project b/cabal.project index b2c9e49..dad53d4 100644 --- a/cabal.project +++ b/cabal.project @@ -13,7 +13,7 @@ index-state: -- Bump both the following dates if you need newer packages from Hackage , hackage.haskell.org 2026-03-02T22:40:26Z -- Bump this if you need newer packages from CHaP - , cardano-haskell-packages 2026-03-02T23:07:48Z + , cardano-haskell-packages 2026-03-02T22:40:26Z packages: ./.