Unverified Commit 9a5153d1 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #308650 from pbsds/bump-domeneshop-1714692260

python312Packages.domeneshop: 0.4.3 -> 0.4.4
parents 14430a91 c677e542
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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;