nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

python3Packages.gios: 6.1.1 -> 6.1.2

https://github.com/bieniu/gios/releases/tag/6.1.2

+2 -2
+2 -2
pkgs/development/python-modules/gios/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "gios"; 18 - version = "6.1.1"; 18 + version = "6.1.2"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.12"; ··· 24 24 owner = "bieniu"; 25 25 repo = "gios"; 26 26 tag = version; 27 - hash = "sha256-BjyeWg75JQd+VAIQmtFIwEdByMPdGG+nIOgKCavjF0c="; 27 + hash = "sha256-z0MFXlim0YJ2ifAU94IjDOsIgaRzQk6YRqy64+LNehQ="; 28 28 }; 29 29 30 30 build-system = [ setuptools ];