bikeshed: 5.4.2 -> 7.0.0

This commit is contained in:
R. Ryantm
2025-12-06 18:41:19 +00:00
parent 300f2d4247
commit b3a49a4947
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "bikeshed";
version = "5.4.2";
version = "7.0.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-6V4hj+Ech/vft9cNPwg2LqKTPzGqgVERooOok3lda94=";
hash = "sha256-KDa751bPpyu++7N5rTN1XvOXZ2qOFSaajw7dIe7CAWw=";
};
build-system = [ python3Packages.setuptools ];