Commit 160b1737 authored by jacobi petrucciani's avatar jacobi petrucciani
Browse files

python312Packages.gamble: 0.13 -> 0.14.0

parent f5d82712
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,16 +9,16 @@

buildPythonPackage rec {
  pname = "gamble";
  version = "0.13";
  version = "0.14.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
  disabled = pythonOlder "3.10";

  src = fetchFromGitHub {
    owner = "jpetrucciani";
    repo = "gamble";
    rev = "refs/tags/${version}";
    hash = "sha256-eHosY/JfJr317S7WI8phy7DNHf3cZzs6c5MMfw7yzAE=";
    hash = "sha256-vzaY5gJ0Ou2ArUJ0kuTWzTeLfiRDhUt/Hxpns9rFiDk=";
  };

  build-system = [ poetry-core ];