about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeder Bergebakken Sundt <pbsds@hotmail.com>2024-05-03 09:36:39 +0200
committerGitHub <noreply@github.com>2024-05-03 09:36:39 +0200
commit9a5153d1bf7782bae1efb7981e0ab3c54c532e1f (patch)
tree42656c73952db348623ca3e943259f3c3e1fdea4 /pkgs
parent14430a91a8541b229038aa4bdaa5673eb61245bc (diff)
parentc677e5425bb7f695455e21d9d32034cdeffb90c5 (diff)
Merge pull request #308650 from pbsds/bump-domeneshop-1714692260
python312Packages.domeneshop: 0.4.3 -> 0.4.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/domeneshop/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/domeneshop/default.nix b/pkgs/development/python-modules/domeneshop/default.nix
index ab01424c09405..8778dfc6aa935 100644
--- a/pkgs/development/python-modules/domeneshop/default.nix
+++ b/pkgs/development/python-modules/domeneshop/default.nix
@@ -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;