about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-04-19 07:43:49 +0200
committerGitHub <noreply@github.com>2024-04-19 07:43:49 +0200
commitd080edeb6b2d5402782adb80863dd2442bf3f4d1 (patch)
treeeb092abb7e8133b2e477e774b2abdfe5e896f1c6 /pkgs
parente86e51d897a30a7b87db9e9d244320c469edf99c (diff)
parent4ce3d2bf5c34c51bdeee4072621e600210b0078f (diff)
Merge pull request #305198 from r-ryantm/auto-update/python312Packages.itemdb
python312Packages.itemdb: 1.1.2 -> 1.2.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/itemdb/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/itemdb/default.nix b/pkgs/development/python-modules/itemdb/default.nix
index 4cc0cf6374845..6ac5deae5eaa1 100644
--- a/pkgs/development/python-modules/itemdb/default.nix
+++ b/pkgs/development/python-modules/itemdb/default.nix
@@ -5,7 +5,7 @@
 
 buildPythonPackage rec {
   pname = "itemdb";
-  version = "1.1.2";
+  version = "1.2.0";
   format = "setuptools";
 
   # PyPI tarball doesn't include tests directory
@@ -13,7 +13,7 @@ buildPythonPackage rec {
     owner = "almarklein";
     repo = pname;
     rev = "refs/tags/v${version}";
-    sha256 = "sha256-s7a+MJLTAcGv2rYRMO2SAlsDYen6Si10qUQOVDFuf6c=";
+    sha256 = "sha256-egxQ1tGC6R5p1stYm4r05+b2HkuT+nBySTZPGqeAbSE=";
   };
 
   meta = with lib; {