mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
python312Packages.domeneshop: 0.4.3 -> 0.4.4
changelog: https://github.com/domeneshop/python-domeneshop/releases/tag/v0.4.4
This commit is contained in:
parent
b256f8249a
commit
c677e5425b
@ -12,14 +12,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "domeneshop";
|
||||
version = "0.4.3";
|
||||
version = "0.4.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-kL0X1mEsmVWqnq5NgsMBxeAu48zjmi3muhZYryTCOMo=";
|
||||
hash = "sha256-UCxIDnhIAkxZ1oQXYRyAMdGgUsUZ6AlYXwsxL49TFAg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -37,6 +37,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "domeneshop" ];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/domeneshop/python-domeneshop/releases/tag/v${version}";
|
||||
description = "Python library for working with the Domeneshop API";
|
||||
homepage = "https://api.domeneshop.no/docs/";
|
||||
license = licenses.mit;
|
||||
|
Loading…
Reference in New Issue
Block a user