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

python310Packages.in-n-out: 0.1.6 -> 0.1.7

Changelog: https://github.com/pyapp-kit/in-n-out/blob/v0.1.7/CHANGELOG.md

+2 -2
+2 -2
pkgs/development/python-modules/in-n-out/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "in-n-out"; 16 - version = "0.1.6"; 16 + version = "0.1.7"; 17 17 format = "setuptools"; 18 18 19 19 disabled = pythonOlder "3.8"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-PuzjidORMFVlmFZbmnu9O92FoiuXrC8NNRyjwdodriY="; 23 + hash = "sha256-g4Dw0ejB6BxcMpRZGgxNDeAyuY93UROVsIrAwv6vSqY="; 24 24 }; 25 25 26 26 nativeBuildInputs = [