File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
test/cardano-testnet-test/Cardano/Testnet/Test/Gov Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -76,27 +76,26 @@ if impl (ghc >= 9.12)
7676source-repository-package
7777 type : git
7878 location : https://github.com/intersectmbo/cardano-cli.git
79- tag : 16ca746cdf030ea1417ae454716eb1427850d4c9
80- --sha256 : sha256-J07kFhn95mbkiUvfIHS28FZUgyzTj1oVPGqatezaTFk =
79+ tag : ad48452f027c8657d797ab976aa592efc2b953e5
80+ --sha256 : sha256-J5WnKHuK6UiuqBh4CjXpY+dvMGcH8hdUMSfRko1f2Ds =
8181 subdir : cardano-cli
8282
8383source-repository-package
8484 type : git
8585 location : https://github.com/IntersectMBO/cardano-api
86- tag : ef9796d852c4f7b57ff99b09a0f2084035607cab
87- --sha256 : sha256-teInpI0ptB/71hyDzrxq/si5uuzti95zVjEsE2ZFvtA =
86+ tag : 1c46afaaf60aae7adacdb6e8b2a31437471d9f77
87+ --sha256 : sha256-hGAEa+niqHu6Briwwo5bO5iJ1xC+fYS4bLd7erG51do =
8888 subdir :
8989 cardano-api
9090
9191source-repository-package
9292 type : git
9393 location : https://github.com/IntersectMBO/plutus.git
9494 -- Candidate for Plutus release 1.53.1.0
95- tag : 9e57d691fed8a4a8c7f6dc32f07e80a6dd271d36
96- --sha256 : sha256-TIKoJJoebIEbsgk5olrKcfb6upgmyhU5cXgP2TmfFO8 =
95+ tag : 549399f1b3d77f75d9fe6b2e2fbd0a5f1c3b0829
96+ --sha256 : sha256-4vSqK+3QJanTUBEQDLMFRn2N2VjAZzjWNQXMSbv6L4s =
9797 subdir :
9898 plutus-core
9999 plutus-ledger-api
100100 plutus-tx
101101 plutus-tx-plugin
102- plutus-metatheory
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import qualified Cardano.Api.Ledger as L
2020
2121import qualified Cardano.Ledger.Shelley.LedgerState as L
2222import qualified Cardano.Ledger.State as L
23- import qualified Cardano.Ledger.UMap as L
2423
2524import Control.Monad
2625import Control.Monad.Catch (MonadCatch )
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import Cardano.Api
88import Cardano.Api.Experimental (Some (.. ))
99import qualified Cardano.Api.Ledger as L
1010
11- import qualified Cardano.Ledger.Compactible as L
1211import Cardano.Testnet
1312
1413import Prelude
You can’t perform that action at this time.
0 commit comments