Skip to content

Commit b49c546

Browse files
authored
python313Packages.starlette-context: 0.3.6 -> 0.4.0 (#386919)
https://github.com/tomwojcik/starlette-context/releases/tag/v0.4.0
2 parents 5ebf84f + fed773e commit b49c546

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/starlette-context

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/starlette-context/default.nix

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

1313
buildPythonPackage rec {
1414
pname = "starlette-context";
15-
version = "0.3.6";
15+
version = "0.4.0";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
owner = "tomwojcik";
2222
repo = "starlette-context";
2323
tag = "v${version}";
24-
hash = "sha256-ZKwE2M86clYKdptd0o/j8VYUOj/Y/72uUnpxFbJ65vw=";
24+
hash = "sha256-PzVZ458TdBLdbFJDN+X8hVU5zsRxcesihoDB+jRaKAg=";
2525
};
2626

2727
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)