bikeshed: 5.3.4 -> 5.4.0

This commit is contained in:
R. Ryantm
2025-11-10 16:27:15 +00:00
parent ffd468f28a
commit 1ce4af8d88

View File

@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "bikeshed"; pname = "bikeshed";
version = "5.3.4"; version = "5.4.0";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-QcypdeFIzEt2cx8PWWWhnMMhnc2oEWZUOm8kge4KJQY="; hash = "sha256-lI05x3IYiXyInjm/It8c3JwR1H1m6VVBuehjKiNEZzo=";
}; };
build-system = [ python3Packages.setuptools ]; build-system = [ python3Packages.setuptools ];