bikeshed: 7.0.0 -> 7.0.5

This commit is contained in:
R. Ryantm
2025-12-20 02:05:05 +00:00
parent 704c236d0a
commit 2ac9fbe073
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonApplication rec {
pname = "bikeshed";
version = "7.0.0";
version = "7.0.5";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-KDa751bPpyu++7N5rTN1XvOXZ2qOFSaajw7dIe7CAWw=";
hash = "sha256-D0PP+NnLREJr0F6M/KG8O9HTz3FOaN0GkWLo96PaU/E=";
};
build-system = [ python3Packages.setuptools ];