python3Packages.betacode: 1.0 -> 1.1

This commit is contained in:
R. Ryantm
2026-09-08 18:46:10 +00:00
parent 0dad558e51
commit 44f02cf321

View File

@@ -8,14 +8,14 @@
}:
buildPythonPackage (finalAttrs: {
pname = "betacode";
version = "1.0";
version = "1.1";
pyproject = true;
__structuredAttrs = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-JZtnjozpAehzUZbSSMnCrUKjiOmQ/YOD+XLRtVObBGk=";
hash = "sha256-TKYetG25qcvnbyvWAfGlouYDLSg0MnPOsPlWUrLCUR4=";
};
build-system = [ setuptools ];
preBuild = "echo > README.rst";