python3Packages.bork: 9.0.0 -> 10.0.3

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:22 +01:00
parent 4cc50aace4
commit 0bbccf4920
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "bork";
version = "9.0.0";
version = "10.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "duckinator";
repo = "bork";
tag = "v${version}";
hash = "sha256-YqvtOwd00TXD4I3fIQolvjHnjREvQgbdrEO9Z96v1Kk=";
hash = "sha256-/euPRR6TRCAAl42CHePfUr+9Kh271iLjTayUR1S/FBg=";
};
build-system = [