bikeshed: 5.1.2 -> 5.2.0 (#416063)

This commit is contained in:
Matthias Beyer
2025-06-12 09:51:28 +02:00
committed by GitHub
+8 -3
View File
@@ -10,6 +10,7 @@
alive-progress,
async-timeout,
attrs,
cddlparser,
certifi,
charset-normalizer,
cssselect,
@@ -38,12 +39,12 @@
buildPythonApplication rec {
pname = "bikeshed";
version = "5.1.2";
version = "5.2.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-QIADVcxgJreH2pvXRVIBE5p6nEEYZtTiSo00RrpFT+E=";
hash = "sha256-HUPkLEpwLRnrffUMN62WPqsZX2UsGqPfjEa91UMbUMM=";
};
build-system = [ setuptools ];
@@ -58,6 +59,7 @@ buildPythonApplication rec {
alive-progress
async-timeout
attrs
cddlparser
certifi
charset-normalizer
cssselect
@@ -102,6 +104,9 @@ buildPythonApplication rec {
'';
homepage = "https://tabatkins.github.io/bikeshed/";
license = licenses.cc0;
maintainers = [ ];
maintainers = with lib.maintainers; [
matthiasbeyer
hemera
];
};
}