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 = "python-bitcointx";
version = "1.1.5";
format = "setuptools";
src = fetchFromGitHub {
owner = "Simplexum";