3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.gbulb: 0.6.3 -> 0.6.4

This commit is contained in:
R. Ryantm 2023-02-09 11:19:11 +00:00
parent 910b85f2ae
commit a7ca1da7c5

View file

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "gbulb";
version = "0.6.3";
version = "0.6.4";
src = fetchFromGitHub {
owner = "beeware";
repo = "gbulb";
rev = "v${version}";
sha256 = "sha256-QNpZf1zfe6r6MtmYMWSrXPsXm5iX36oMx4GnXiTYPaQ=";
rev = "refs/tags/v${version}";
sha256 = "sha256-AdZSvxix0cpoFQSrslGl+hB/s6Nh0EsWMQmXZAJVJOg=";
};
propagatedBuildInputs = [