summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-19 02:11:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-19 02:11:27 +0000
commit4ce3d2bf5c34c51bdeee4072621e600210b0078f (patch)
tree433669fa1fb41f403c926b813150cd0027e09114
parent1f3ac32a1e19bae2d99aa382504501a8adb94266 (diff)
python312Packages.itemdb: 1.1.2 -> 1.2.0
-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 4cc0cf637484..6ac5deae5eaa 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; {