lol

python311Packages.scmrepo: 1.4.0 -> 1.4.1

Diff: https://github.com/iterative/scmrepo/compare/refs/tags/1.4.0...1.4.1

Changelog: https://github.com/iterative/scmrepo/releases/tag/1.4.1

+2 -2
+2 -2
pkgs/development/python-modules/scmrepo/default.nix
··· 17 17 18 18 buildPythonPackage rec { 19 19 pname = "scmrepo"; 20 - version = "1.4.0"; 20 + version = "1.4.1"; 21 21 format = "pyproject"; 22 22 23 23 disabled = pythonOlder "3.7"; ··· 26 26 owner = "iterative"; 27 27 repo = pname; 28 28 rev = "refs/tags/${version}"; 29 - hash = "sha256-3fU4BT0AwyFTg15Oca95JgDrHxIqKJOpJolDRvo7hxc="; 29 + hash = "sha256-ZK3M689vv3Kr2OoNdxaCs9Spo6h6xJmhTsPajKHYtkA="; 30 30 }; 31 31 32 32 SETUPTOOLS_SCM_PRETEND_VERSION = version;