lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.pypglab: 0.0.3 -> 0.0.5

Diff: https://github.com/pglab-electronics/pypglab/compare/refs/tags/0.0.3...refs/tags/0.0.5

authored by

Robert Schütz and committed by
Martin Weinelt
cbf435fc ba4bfd7d

+2 -2
+2 -2
pkgs/development/python-modules/pypglab/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pypglab"; 12 - version = "0.0.3"; 12 + version = "0.0.5"; 13 13 pyproject = true; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "pglab-electronics"; 17 17 repo = "pypglab"; 18 18 tag = version; 19 - hash = "sha256-b+o98DrTK1HBKvRfTjdJ1MkdUHEg/TaQZhoLR7URZ0c="; 19 + hash = "sha256-nnLGFVV+aWkaE7RnAzLHji/tKxIiA9qJS/BUTv3KNeo="; 20 20 }; 21 21 22 22 build-system = [ hatchling ];