Skip to content

Commit ad0088e

Browse files
authored
python3Packages.orderly-set: 5.3.2 -> 5.4.1 (#407193)
2 parents 5077b9e + 90d4d63 commit ad0088e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/orderly-set/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212

1313
buildPythonPackage rec {
1414
pname = "orderly-set";
15-
version = "5.3.2";
15+
version = "5.4.1";
1616
pyproject = true;
1717

1818
src = fetchFromGitHub {
1919
owner = "seperman";
2020
repo = "orderly-set";
2121
tag = version;
22-
hash = "sha256-W42p0wJqomJdS47n3MP/BbxZmlYNLLAMnfQ/hvKn+60=";
22+
hash = "sha256-0B8qnXU6oET1J933uTVDf2XIHwNzecxQ3FiP7EMnxQc=";
2323
};
2424

2525
build-system = [

0 commit comments

Comments
 (0)