python312Packages.ssort: 0.13.0 -> 0.14.0

This commit is contained in:
R. Ryantm
2024-11-07 13:50:41 +00:00
parent b46372651a
commit 9527546079
@@ -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 ];