From ed96ad9101a0e3e74dcde8fd8bf81520c0a33b25 Mon Sep 17 00:00:00 2001 From: Karolis Stasaitis Date: Wed, 21 May 2025 08:52:42 +0200 Subject: [PATCH] python3Packages.luna-soc: 0.2.2 -> 0.3.2 --- pkgs/development/python-modules/luna-soc/default.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/luna-soc/default.nix b/pkgs/development/python-modules/luna-soc/default.nix index abfccc8e8f83..6501a47440c0 100644 --- a/pkgs/development/python-modules/luna-soc/default.nix +++ b/pkgs/development/python-modules/luna-soc/default.nix @@ -2,7 +2,6 @@ lib, fetchFromGitHub, buildPythonPackage, - pythonOlder, # build-system setuptools, @@ -13,15 +12,14 @@ buildPythonPackage rec { pname = "luna-soc"; - version = "0.2.2"; + version = "0.3.2"; pyproject = true; - disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "greatscottgadgets"; repo = "luna-soc"; tag = version; - hash = "sha256-fP2Pg0H/Aj3nFP0WG1yZjfZMqLutLwmibTohWUbgG34="; + hash = "sha256-Rks1wC0CR5FSu4TrE1thzolT3QBd0yh7q+SxZ1U+pB4="; }; postPatch = ''