Commit 47c65f18 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.prance: 23.06.21.0 -> 25.04.08.0

parent 4e49fa42
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "prance";
  version = "23.06.21.0";
  version = "25.04.08.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
    repo = "prance";
    tag = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-p+LZbQal4DPeMp+eJ2O83rCaL+QIUDcU34pZhYdN4bE=";
    hash = "sha256-71M9ufxb0aaSgokThlsTS4ElOJLZntF2TYIErPccQbU=";
  };

  build-system = [ setuptools-scm ];