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.ubelt: 1.3.6 -> 1.4.0

authored by

R. Ryantm and committed by
Weijia Wang
ca2dee76 9c2e9e2a

+3 -3
+3 -3
pkgs/development/python-modules/ubelt/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "ubelt"; 19 - version = "1.3.7"; 19 + version = "1.4.0"; 20 20 pyproject = true; 21 21 22 - disabled = pythonOlder "3.6"; 22 + disabled = pythonOlder "3.8"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "Erotemic"; 26 26 repo = "ubelt"; 27 27 tag = "v${version}"; 28 - hash = "sha256-LGcCJCP3iBjwDxMN/qqkvcUt1ry5OMEJ9xqTp27rk0A="; 28 + hash = "sha256-9f22hNi/YrxAVoEOGojdziogUN/YNCrpUuOfib9nqfQ="; 29 29 }; 30 30 31 31 nativeBuildInputs = [