mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
python311Packages.dvc-azure: 2.22.0 -> 2.22.1
Changelog: https://github.com/iterative/dvc-azure/releases/tag/2.22.1
This commit is contained in:
parent
e67b4c1832
commit
33525333cb
@ -10,12 +10,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dvc-azure";
|
||||
version = "2.22.0";
|
||||
version = "2.22.1";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-aGPh77HLeUcddGtmFcLd9bc+WaYAFUprtpFkw3h5iSc=";
|
||||
hash = "sha256-v3VRCN1OoST5RlfUOP9Dpfmf3o9C/ckusmh91Ya2Cik=";
|
||||
};
|
||||
|
||||
# Prevent circular dependency
|
||||
|
Loading…
Reference in New Issue
Block a user