Commit e98f8506 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.nice-go: 0.3.9 -> 0.3.10

parent 62494509
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "nice-go";
  version = "0.3.9";
  version = "0.3.10";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "IceBotYT";
    repo = "nice-go";
    rev = "refs/tags/${version}";
    hash = "sha256-Gb6VDHADtqmVXMPwic0NokWm5GmhTpy7g+o/rYxrBZk=";
    hash = "sha256-LPH6U0D/JSi8zASlirfkNgfWOh/ArPHoccniNjy2hJc=";
  };

  build-system = [ poetry-core ];