Skip to content

Commit

Permalink
python312Packages.imgw-pib: 1.0.6 -> 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 16, 2024
1 parent 83b0c9f commit 16b20bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.6";
version = "1.0.7";
pyproject = true;

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

build-system = [ setuptools ];
Expand Down

0 comments on commit 16b20bf

Please sign in to comment.