Skip to content

Commit 5b3caa6

Browse files
authored
python312Packages.imgw-pib: 1.0.6 -> 1.0.7 (NixOS#365611)
2 parents 0b3c2fa + 16b20bf commit 5b3caa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/imgw-pib/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313

1414
buildPythonPackage rec {
1515
pname = "imgw-pib";
16-
version = "1.0.6";
16+
version = "1.0.7";
1717
pyproject = true;
1818

1919
src = fetchFromGitHub {
2020
owner = "bieniu";
2121
repo = "imgw-pib";
22-
rev = "refs/tags/${version}";
23-
hash = "sha256-0ttGUsu00y/uuTXzPYkgh1QLMYOwPI/m8Qwk5Ty0Y3A=";
22+
tag = version;
23+
hash = "sha256-vhLBnUjCq9OUQViVWJT6jgcEeRYsjz307x1o28ZUv0g=";
2424
};
2525

2626
build-system = [ setuptools ];

0 commit comments

Comments
 (0)