summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/orderly-set/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/orderly-set/default.nix')
-rw-r--r--pkgs/development/python-modules/orderly-set/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/orderly-set/default.nix b/pkgs/development/python-modules/orderly-set/default.nix
index 987924b9b9c8..b083eef791a0 100644
--- a/pkgs/development/python-modules/orderly-set/default.nix
+++ b/pkgs/development/python-modules/orderly-set/default.nix
@@ -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 ];
};