mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
Merge pull request #235543 from fabaff/dvc-azure-bump
python311Packages.dvc-azure: 2.21.1 -> 2.21.2
This commit is contained in:
commit
bcfe75f5ad
@ -10,12 +10,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "dvc-azure";
|
||||
version = "2.21.1";
|
||||
version = "2.21.2";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-0PB+2lPAV2yy2hivDDz0PXmi8WqoSlUZadyfKPp9o1g=";
|
||||
hash = "sha256-ATxVIJ6qNNuz4p/DmcbBrc8KypfYquk4y/XQK7JmlPE=";
|
||||
};
|
||||
|
||||
# Prevent circular dependency
|
||||
|
Loading…
Reference in New Issue
Block a user