mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
python312Packages.aioshutil: 1.4 -> 1.5
Diff: https://github.com/kumaraditya303/aioshutil/compare/refs/tags/v1.4...v1.5
This commit is contained in:
parent
585a077fd2
commit
d68a1fe761
@ -10,7 +10,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "aioshutil";
|
||||
version = "1.4";
|
||||
version = "1.5";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
||||
owner = "kumaraditya303";
|
||||
repo = "aioshutil";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-OGxD7GusRcHpz7FdUpa/dJ6/jIAVexbTvXfouVw0C+I=";
|
||||
hash = "sha256-hSUNx43sIUPs4YfQ+H39FXTpj3oCMUqRzDdHX2OdRdE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user