bikeshed: 5.3.4 -> 5.4.0 (#460399)

This commit is contained in:
nixpkgs-ci[bot]
2025-11-11 06:55:41 +00:00
committed by GitHub
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "bikeshed";
version = "5.3.4";
version = "5.4.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-QcypdeFIzEt2cx8PWWWhnMMhnc2oEWZUOm8kge4KJQY=";
hash = "sha256-lI05x3IYiXyInjm/It8c3JwR1H1m6VVBuehjKiNEZzo=";
};
build-system = [ python3Packages.setuptools ];