python-packages: minor fixes for NixOS 25.11

This commit is contained in:
Erik Arvstedt
2025-12-23 10:45:43 +01:00
parent 54651163ba
commit 974f29b516
7 changed files with 10 additions and 5 deletions
@@ -3,6 +3,7 @@
buildPythonPackage rec {
pname = "bencoder.pyx";
version = "3.0.1";
format = "setuptools";
src = fetchurl {
url = "https://github.com/whtsky/bencoder.pyx/archive/9a47768f3ceba9df9e6fbaa7c445f59960889009.tar.gz";