We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b3c2fa + 16b20bf commit 5b3caa6Copy full SHA for 5b3caa6
pkgs/development/python-modules/imgw-pib/default.nix
@@ -13,14 +13,14 @@
13
14
buildPythonPackage rec {
15
pname = "imgw-pib";
16
- version = "1.0.6";
+ version = "1.0.7";
17
pyproject = true;
18
19
src = fetchFromGitHub {
20
owner = "bieniu";
21
repo = "imgw-pib";
22
- rev = "refs/tags/${version}";
23
- hash = "sha256-0ttGUsu00y/uuTXzPYkgh1QLMYOwPI/m8Qwk5Ty0Y3A=";
+ tag = version;
+ hash = "sha256-vhLBnUjCq9OUQViVWJT6jgcEeRYsjz307x1o28ZUv0g=";
24
};
25
26
build-system = [ setuptools ];
0 commit comments