Unverified Commit cd5edad2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.ssort: 0.13.0 -> 0.14.0 (#354235)

parents a9d98b3b 95275460
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "ssort";
  version = "0.13.0";
  version = "0.14.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bwhmather";
    repo = "ssort";
    rev = "refs/tags/${version}";
    hash = "sha256-P/FUayCC7KfXjtzclTPLhLw5o0bV4L98tes69w+038o=";
    hash = "sha256-TINktjuTdyRYkqIs3Jyv6vobSBqV1iPoHrG36sBHah8=";
  };

  build-system = [ setuptools ];