python3Packages.ssort: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm
2025-07-11 17:26:46 +00:00
parent 07c1e9c75b
commit 749a981cb9
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "ssort";
version = "0.14.0";
version = "0.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "bwhmather";
repo = "ssort";
tag = version;
hash = "sha256-TINktjuTdyRYkqIs3Jyv6vobSBqV1iPoHrG36sBHah8=";
hash = "sha256-7WeLhetqbqiQQlDmoWSMzydhiKcdI2CbemKjWJd5Uoc=";
};
build-system = [ setuptools ];