From 4ec4355b0c6f227626ed562f959cea52b9423b8a Mon Sep 17 00:00:00 2001 From: KtorZ Date: Wed, 6 Nov 2019 13:37:17 +0100 Subject: [PATCH] bump versions to 2019.11.6 --- lib/bech32/bech32.cabal | 2 +- lib/cli/cardano-wallet-cli.cabal | 2 +- lib/core/cardano-wallet-core.cabal | 2 +- lib/jormungandr/cardano-wallet-jormungandr.cabal | 2 +- lib/launcher/cardano-wallet-launcher.cabal | 2 +- lib/text-class/text-class.cabal | 2 +- nix/.stack.nix/bech32.nix | 2 +- nix/.stack.nix/cardano-wallet-cli.nix | 2 +- nix/.stack.nix/cardano-wallet-core.nix | 2 +- nix/.stack.nix/cardano-wallet-jormungandr.nix | 2 +- nix/.stack.nix/cardano-wallet-launcher.nix | 5 +---- nix/.stack.nix/text-class.nix | 2 +- 12 files changed, 12 insertions(+), 15 deletions(-) diff --git a/lib/bech32/bech32.cabal b/lib/bech32/bech32.cabal index 47a365ad24d..6fa1a225e1e 100644 --- a/lib/bech32/bech32.cabal +++ b/lib/bech32/bech32.cabal @@ -1,5 +1,5 @@ name: bech32 -version: 2019.10.16 +version: 2019.11.6 synopsis: Implementation of the Bech32 segwit address format (BIP 0173). homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/lib/cli/cardano-wallet-cli.cabal b/lib/cli/cardano-wallet-cli.cabal index da3f817f5aa..27dbb8db445 100644 --- a/lib/cli/cardano-wallet-cli.cabal +++ b/lib/cli/cardano-wallet-cli.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-cli -version: 2019.10.16 +version: 2019.11.6 synopsis: Utilities for a building Command-Line Interfaces homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/lib/core/cardano-wallet-core.cabal b/lib/core/cardano-wallet-core.cabal index c46d624d547..0b7f122348c 100644 --- a/lib/core/cardano-wallet-core.cabal +++ b/lib/core/cardano-wallet-core.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-core -version: 2019.10.16 +version: 2019.11.6 synopsis: The Wallet Backend for a Cardano node. description: Please see README.md homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/jormungandr/cardano-wallet-jormungandr.cabal b/lib/jormungandr/cardano-wallet-jormungandr.cabal index f0782ec6fcb..4cd0a82546a 100644 --- a/lib/jormungandr/cardano-wallet-jormungandr.cabal +++ b/lib/jormungandr/cardano-wallet-jormungandr.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-jormungandr -version: 2019.10.16 +version: 2019.11.6 synopsis: Wallet backend protocol-specific bits implemented using Jörmungandr description: Please see README.md homepage: https://github.com/input-output-hk/cardano-wallet diff --git a/lib/launcher/cardano-wallet-launcher.cabal b/lib/launcher/cardano-wallet-launcher.cabal index 0f82ef70f23..8af1b5785bb 100644 --- a/lib/launcher/cardano-wallet-launcher.cabal +++ b/lib/launcher/cardano-wallet-launcher.cabal @@ -1,5 +1,5 @@ name: cardano-wallet-launcher -version: 2019.10.16 +version: 2019.11.6 synopsis: Utilities for a building commands launcher homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/lib/text-class/text-class.cabal b/lib/text-class/text-class.cabal index a3235ebdc5a..8e8834b910a 100644 --- a/lib/text-class/text-class.cabal +++ b/lib/text-class/text-class.cabal @@ -1,5 +1,5 @@ name: text-class -version: 2019.10.16 +version: 2019.11.6 synopsis: Extra helpers to convert data-types to and from Text homepage: https://github.com/input-output-hk/cardano-wallet author: IOHK Engineering Team diff --git a/nix/.stack.nix/bech32.nix b/nix/.stack.nix/bech32.nix index d0c28c28ecc..b89e30e54a7 100644 --- a/nix/.stack.nix/bech32.nix +++ b/nix/.stack.nix/bech32.nix @@ -42,7 +42,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "bech32"; version = "2019.10.16"; }; + identifier = { name = "bech32"; version = "2019.11.6"; }; license = "Apache-2.0"; copyright = "2017 Marko Bencun, 2019 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-cli.nix b/nix/.stack.nix/cardano-wallet-cli.nix index ffc822689cc..d4483d62aa1 100644 --- a/nix/.stack.nix/cardano-wallet-cli.nix +++ b/nix/.stack.nix/cardano-wallet-cli.nix @@ -42,7 +42,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-cli"; version = "2019.10.16"; }; + identifier = { name = "cardano-wallet-cli"; version = "2019.11.6"; }; license = "Apache-2.0"; copyright = "2019 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-core.nix b/nix/.stack.nix/cardano-wallet-core.nix index e7bfdeb8f46..534b24b4e2e 100644 --- a/nix/.stack.nix/cardano-wallet-core.nix +++ b/nix/.stack.nix/cardano-wallet-core.nix @@ -42,7 +42,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "cardano-wallet-core"; version = "2019.10.16"; }; + identifier = { name = "cardano-wallet-core"; version = "2019.11.6"; }; license = "Apache-2.0"; copyright = "2019 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/cardano-wallet-jormungandr.nix b/nix/.stack.nix/cardano-wallet-jormungandr.nix index 825ab745b36..74159c1440e 100644 --- a/nix/.stack.nix/cardano-wallet-jormungandr.nix +++ b/nix/.stack.nix/cardano-wallet-jormungandr.nix @@ -44,7 +44,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: specVersion = "1.10"; identifier = { name = "cardano-wallet-jormungandr"; - version = "2019.10.16"; + version = "2019.11.6"; }; license = "Apache-2.0"; copyright = "2019 IOHK"; diff --git a/nix/.stack.nix/cardano-wallet-launcher.nix b/nix/.stack.nix/cardano-wallet-launcher.nix index e18200274f5..c1cc29492f9 100644 --- a/nix/.stack.nix/cardano-wallet-launcher.nix +++ b/nix/.stack.nix/cardano-wallet-launcher.nix @@ -42,10 +42,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { - name = "cardano-wallet-launcher"; - version = "2019.10.16"; - }; + identifier = { name = "cardano-wallet-launcher"; version = "2019.11.6"; }; license = "Apache-2.0"; copyright = "2019 IOHK"; maintainer = "operations@iohk.io"; diff --git a/nix/.stack.nix/text-class.nix b/nix/.stack.nix/text-class.nix index 35b842bfee3..5b673c4d94b 100644 --- a/nix/.stack.nix/text-class.nix +++ b/nix/.stack.nix/text-class.nix @@ -42,7 +42,7 @@ in { system, compiler, flags, pkgs, hsPkgs, pkgconfPkgs, ... }: flags = { development = false; }; package = { specVersion = "1.10"; - identifier = { name = "text-class"; version = "2019.10.16"; }; + identifier = { name = "text-class"; version = "2019.11.6"; }; license = "Apache-2.0"; copyright = "2019 IOHK"; maintainer = "operations@iohk.io";