Unverified Commit 736715c1 authored by Michael Daniels's avatar Michael Daniels
Browse files

python3Packages.cmd2: 3.1.0 -> 3.2.1

Changelog: https://github.com/python-cmd2/cmd2/releases/tag/3.2.1

Fixes build with python3.14
parent 9f63ff17
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@

buildPythonPackage rec {
  pname = "cmd2";
  version = "3.1.0";
  version = "3.2.1";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-zOOuzgGLCxBVmIraoraHrJwd84v9Kr/Cnb61GpcH3jM=";
    hash = "sha256-bGNyobJs0Uu2IJZTyJ1zAP58FDno3KMPW2tv/bXyFPo=";
  };

  build-system = [ setuptools-scm ];