1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

normcap: 0.5.6 -> 0.5.7

This commit is contained in:
R. Ryantm 2024-05-19 10:20:17 +00:00
parent 8535fb9266
commit 0914e6cb2b

View file

@ -25,7 +25,7 @@ in
ps.buildPythonApplication rec {
pname = "normcap";
version = "0.5.6";
version = "0.5.7";
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-pvctgJCst536D3yLlel70hCwe1T3lxA8F6L3KKbfiEA=";
hash = "sha256-JeecX7rxM3T2WqGFwANI5+HQFWCLLA8ESHy8mEKYUmc=";
};
postPatch = ''