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

Configure Feed

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

python37Packages.aiosqlite: 0.11.0 -> 0.12.0

authored by

R. RyanTM and committed by
Jon
75e9b071 6e72b95a

+2 -2
+2 -2
pkgs/development/python-modules/aiosqlite/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "aiosqlite"; 12 - version = "0.11.0"; 12 + version = "0.12.0"; 13 13 disabled = isPy27; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "jreese"; 17 17 repo = pname; 18 18 rev = "v${version}"; 19 - sha256 = "0pmkp4iy738yv2sl08kvhd0ma6wjqbmfnwid72gvg4zqsr1hnn0z"; 19 + sha256 = "090vdv210zfry0bms5b3lmm06yhiyjb8ga96996cqs611l7c2a2j"; 20 20 }; 21 21 22 22 buildInputs = [