mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 05:31:22 +00:00
Merge pull request #81372 from r-ryantm/auto-update/python3.7-GooCalendar
python37Packages.goocalendar: 0.6 -> 0.7.0
This commit is contained in:
commit
75249fa2a4
|
@ -14,13 +14,13 @@ with stdenv.lib;
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "GooCalendar";
|
pname = "GooCalendar";
|
||||||
version = "0.6";
|
version = "0.7.0";
|
||||||
|
|
||||||
disabled = !isPy3k;
|
disabled = !isPy3k;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "4c22c93e19b933d10d8ea1c67a67f485267af82175ef59419427dd39d1e3af18";
|
sha256 = "14m05pi1vwl7i8iv1wvc0r3450dlivsh85f4cyny08l869cr9lf1";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -42,7 +42,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A calendar widget for GTK using PyGoocanvas.";
|
description = "A calendar widget for GTK using PyGoocanvas.";
|
||||||
homepage = https://goocalendar.tryton.org/;
|
homepage = "https://goocalendar.tryton.org/";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
maintainers = [ maintainers.udono ];
|
maintainers = [ maintainers.udono ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue