mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
normcap: 0.5.7 -> 0.5.8
Diff: https://github.com/dynobo/normcap/compare/refs/tags/v0.5.7...v0.5.8
This commit is contained in:
parent
efbc75c932
commit
fa685b27e7
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ in
|
|||
|
||||
ps.buildPythonApplication rec {
|
||||
pname = "normcap";
|
||||
version = "0.5.7";
|
||||
version = "0.5.8";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = ps.pythonOlder "3.9";
|
||||
|
@ -34,7 +34,7 @@ ps.buildPythonApplication rec {
|
|||
owner = "dynobo";
|
||||
repo = "normcap";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-JeecX7rxM3T2WqGFwANI5+HQFWCLLA8ESHy8mEKYUmc=";
|
||||
hash = "sha256-iMlW8oEt4OSipJaQ2XzBZeBVqiZP/C1sM0f5LYjv7/A=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue