summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-06-28 08:59:11 +0200
committerGitHub <noreply@github.com>2024-06-28 08:59:11 +0200
commitccf4d5da571945ea9601a4cdf3df2726a757c1b4 (patch)
tree105462f87c58a48e5fc49e0b97dde15bd22727c6 /pkgs
parent76ea21dae995ca8b292a9bda39a3b3e1df55726d (diff)
parent252d727610fdbd1ef9349c6a78568f4d9dcc322f (diff)
Merge pull request #323003 from fabaff/upb-lib-bump
python312Packages.upb-lib: 0.5.6 -> 0.5.7
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/upb-lib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/upb-lib/default.nix b/pkgs/development/python-modules/upb-lib/default.nix
index a1170ed32ff3..0798fd181281 100644
--- a/pkgs/development/python-modules/upb-lib/default.nix
+++ b/pkgs/development/python-modules/upb-lib/default.nix
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "upb-lib";
- version = "0.5.6";
+ version = "0.5.7";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "gwww";
repo = "upb-lib";
rev = "refs/tags/${version}";
- hash = "sha256-e8LYywKA5lNZ4UYFZTwcfePDWB4cTNz38Tiy4xzOxOs=";
+ hash = "sha256-y06/XqdmGXTd2Qhr2iXnmIKCSpAetXwI1UXv555ewoc=";
};
build-system = [ poetry-core ];