Loading pkgs/development/python-modules/beautiful-date/default.nix +10 −6 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , freezegun , python-dateutil , pytestCheckHook , pythonOlder Loading @@ -8,16 +9,16 @@ buildPythonPackage rec { pname = "beautiful-date"; version = "2.2.0"; version = "2.3.0"; format = "setuptools"; disable = pythonOlder "3.6"; disable = pythonOlder "3.7"; src = fetchFromGitHub { owner = "kuzmoyev"; repo = "beautiful-date"; rev = "v${version}"; hash = "sha256-5xRmHaAPf1ps75cOINHkHT1aYb5UGLZGl0OHVQaMES0="; rev = "refs/tags/v${version}"; hash = "sha256-e6YJBaDwWqVehxBPOvsIdV4FIXlIwj29H5untXGJvT0="; }; propagatedBuildInputs = [ Loading @@ -25,13 +26,16 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ freezegun pytestCheckHook ]; pythonImportsCheck = [ "beautiful_date" ]; pythonImportsCheck = [ "beautiful_date" ]; meta = with lib; { description = "Simple and beautiful way to create date and datetime objects in Python"; description = "Simple and beautiful way to create date and datetime objects"; homepage = "https://github.com/kuzmoyev/beautiful-date"; license = licenses.mit; maintainers = with maintainers; [ mbalatsko ]; Loading Loading
pkgs/development/python-modules/beautiful-date/default.nix +10 −6 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , freezegun , python-dateutil , pytestCheckHook , pythonOlder Loading @@ -8,16 +9,16 @@ buildPythonPackage rec { pname = "beautiful-date"; version = "2.2.0"; version = "2.3.0"; format = "setuptools"; disable = pythonOlder "3.6"; disable = pythonOlder "3.7"; src = fetchFromGitHub { owner = "kuzmoyev"; repo = "beautiful-date"; rev = "v${version}"; hash = "sha256-5xRmHaAPf1ps75cOINHkHT1aYb5UGLZGl0OHVQaMES0="; rev = "refs/tags/v${version}"; hash = "sha256-e6YJBaDwWqVehxBPOvsIdV4FIXlIwj29H5untXGJvT0="; }; propagatedBuildInputs = [ Loading @@ -25,13 +26,16 @@ buildPythonPackage rec { ]; nativeCheckInputs = [ freezegun pytestCheckHook ]; pythonImportsCheck = [ "beautiful_date" ]; pythonImportsCheck = [ "beautiful_date" ]; meta = with lib; { description = "Simple and beautiful way to create date and datetime objects in Python"; description = "Simple and beautiful way to create date and datetime objects"; homepage = "https://github.com/kuzmoyev/beautiful-date"; license = licenses.mit; maintainers = with maintainers; [ mbalatsko ]; Loading