python312Packages.orderly-set: 5.3.0 -> 5.3.2

This commit is contained in:
R. Ryantm
2025-04-10 21:09:45 +00:00
parent 4a0b66d1f5
commit d3eaa7ce12
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "orderly-set";
version = "5.3.0";
version = "5.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "seperman";
repo = "orderly-set";
tag = version;
hash = "sha256-8tqQR8Oa/1jcfokBVKdvsC7Ya26bn0XHM9/QsstM07E=";
hash = "sha256-W42p0wJqomJdS47n3MP/BbxZmlYNLLAMnfQ/hvKn+60=";
};
build-system = [
@@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = {
description = "Multiple implementations of Ordered Set";
homepage = "https://github.com/seperman/orderly-set";
changelog = "https://github.com/seperman/orderly-set/blob/${src.rev}/CHANGELOG.md";
changelog = "https://github.com/seperman/orderly-set/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ doronbehar ];
};