Skip to content

Commit

Permalink
python312Packages.imgw-pib: 1.0.5 -> 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 8, 2024
1 parent 8af94f7 commit 170e37a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/imgw-pib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@

buildPythonPackage rec {
pname = "imgw-pib";
version = "1.0.5";
version = "1.0.6";
pyproject = true;

src = fetchFromGitHub {
owner = "bieniu";
repo = "imgw-pib";
rev = "refs/tags/${version}";
hash = "sha256-2t1dzumDVUr+Lma1lnri8l2x6fUx1LKEQne7Qzh7pwc=";
hash = "sha256-0ttGUsu00y/uuTXzPYkgh1QLMYOwPI/m8Qwk5Ty0Y3A=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 170e37a

Please sign in to comment.